| Index: content/shell/common/shell_messages.h
|
| diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h
|
| index 087def0f8875c331c72bfba74f403bca3985fff4..e0be5cd50c523065b330047b68f5cc8ce1138118 100644
|
| --- a/content/shell/common/shell_messages.h
|
| +++ b/content/shell/common/shell_messages.h
|
| @@ -77,6 +77,7 @@ IPC_MESSAGE_ROUTED1(ShellViewHostMsg_OverridePreferences,
|
| content::WebPreferences /* preferences */)
|
| IPC_MESSAGE_ROUTED1(ShellViewHostMsg_PrintMessage,
|
| std::string /* message */)
|
| +IPC_MESSAGE_ROUTED1(ShellViewHostMsg_PrintLogMessage, std::string /* message */)
|
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ClearDevToolsLocalStorage)
|
| IPC_MESSAGE_ROUTED2(ShellViewHostMsg_ShowDevTools,
|
| std::string /* settings */,
|
|
|