| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 6effad2821575d01230f008cdb05eb13cd7fceaa..bc2315eab2467b64b1960379c9505488069ad23a 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -263,10 +263,6 @@ IPC_MESSAGE_ROUTED4(ChromeViewMsg_WebUIJavaScript,
|
| int, /* ID */
|
| bool /* If true, result is sent back. */)
|
|
|
| -// Tells the render view to capture a thumbnail image of the page. The
|
| -// render view responds with a ChromeViewHostMsg_Snapshot.
|
| -IPC_MESSAGE_ROUTED0(ChromeViewMsg_CaptureSnapshot)
|
| -
|
| // Set the content setting rules stored by the renderer.
|
| IPC_MESSAGE_CONTROL1(ChromeViewMsg_SetContentSettingRules,
|
| RendererContentSettingRules /* rules */)
|
| @@ -553,10 +549,6 @@ IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_CouldNotLoadPlugin,
|
| IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_NPAPINotSupported,
|
| std::string /* identifer */)
|
|
|
| -// Send a snapshot of the tab contents to the render host.
|
| -IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_Snapshot,
|
| - SkBitmap /* bitmap */)
|
| -
|
| // A message for an external host.
|
| IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_ForwardMessageToExternalHost,
|
| std::string /* message */,
|
|
|