Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 287b47e0c044121044e879150c93ff67ad336f43..fc9eb176c210185c0454e6de780ca0b34a18e403 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 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 |