Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 2ae005fc1209a41eeee682302b1e6fd922ad096f..568585e523d402ffad763683467b7e4d84758f5f 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -579,6 +579,10 @@ IPC_MESSAGE_ROUTED0(FrameMsg_ChildFrameProcessGone) |
IPC_MESSAGE_ROUTED1(FrameMsg_ContextMenuClosed, |
content::CustomContextMenuContext /* custom_context */) |
+// Reloads all the Lo-Fi images in the RenderFrame. Ignores the cache and |
+// reloads from the network. |
+IPC_MESSAGE_ROUTED0(FrameMsg_ReloadLoFiImages) |
+ |
// Executes custom context menu action that was provided from Blink. |
IPC_MESSAGE_ROUTED2(FrameMsg_CustomContextMenuAction, |
content::CustomContextMenuContext /* custom_context */, |