| Index: content/shell/common/shell_messages.h
|
| diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h
|
| index 275c96fc9a722818fefacf9a2c42df3003c3f621..c07498059c729857e9e0898badbcb81d2f8f0fd9 100644
|
| --- a/content/shell/common/shell_messages.h
|
| +++ b/content/shell/common/shell_messages.h
|
| @@ -56,9 +56,6 @@ IPC_MESSAGE_ROUTED1(ShellViewHostMsg_TextDump,
|
| // and ends with sending of ShellViewMsg_LayoutDumpCompleted.
|
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_InitiateLayoutDump)
|
|
|
| -// Sends a layout dump of a frame (response to ShellViewMsg_LayoutDumpRequest).
|
| -IPC_MESSAGE_ROUTED1(ShellViewHostMsg_LayoutDumpResponse, std::string /* dump */)
|
| -
|
| // Send an image dump of the WebContents to the render host.
|
| IPC_MESSAGE_ROUTED2(ShellViewHostMsg_ImageDump,
|
| std::string /* actual pixel hash */,
|
|
|