| 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..71c6bf34f4cfa692134a48c1db95d3295064f71b 100644
|
| --- a/content/shell/common/shell_messages.h
|
| +++ b/content/shell/common/shell_messages.h
|
| @@ -77,6 +77,8 @@ IPC_MESSAGE_ROUTED1(ShellViewHostMsg_OverridePreferences,
|
| content::WebPreferences /* preferences */)
|
| IPC_MESSAGE_ROUTED1(ShellViewHostMsg_PrintMessage,
|
| std::string /* message */)
|
| +IPC_MESSAGE_ROUTED1(ShellViewHostMsg_PrintStderrMessage,
|
| + std::string /* message */)
|
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ClearDevToolsLocalStorage)
|
| IPC_MESSAGE_ROUTED2(ShellViewHostMsg_ShowDevTools,
|
| std::string /* settings */,
|
|
|