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