| Index: content/shell/shell_messages.h
|
| diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h
|
| index 19c72365e6a081767fe7bdc4a96b0b85f81b6f8f..9e29f936a6a2dcb4b28ffcbdc01bea35ae580a42 100644
|
| --- a/content/shell/shell_messages.h
|
| +++ b/content/shell/shell_messages.h
|
| @@ -68,6 +68,12 @@ IPC_MESSAGE_ROUTED1(ShellViewHostMsg_PrintMessage,
|
| std::string /* message */)
|
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ShowDevTools)
|
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CloseDevTools)
|
| +IPC_MESSAGE_ROUTED1(ShellViewHostMsg_GoToOffset,
|
| + int /* offset */)
|
| +IPC_MESSAGE_ROUTED0(ShellViewHostMsg_Reload)
|
| +IPC_MESSAGE_ROUTED2(ShellViewHostMsg_LoadURLForFrame,
|
| + GURL /* url */,
|
| + std::string /* frame_name */)
|
|
|
| IPC_MESSAGE_ROUTED2(ShellViewHostMsg_NotImplemented,
|
| std::string /* object_name */,
|
|
|