Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index c9218057d0217d1f6f6589c46b272a6c6046c699..e7d80d4cbb6c75dc55bfb1bf2d891469fc95c2d6 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -292,6 +292,10 @@ IPC_MESSAGE_CONTROL1(ChromeViewMsg_SetIsIncognitoProcess, |
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetClientSidePhishingDetection, |
bool /* enable_phishing_detection */) |
+// Reloads the image the image selected by the most recently opened context menu |
+// (if there indeed is an image at that location). |
+IPC_MESSAGE_ROUTED0(ChromeViewMsg_RequestReloadImageForContextNode) |
+ |
// Asks the renderer for a thumbnail of the image selected by the most |
// recently opened context menu, if there is one. If the image's area |
// is greater than thumbnail_min_area it will be downscaled to |