| Index: content/shell/common/shell_messages.h
|
| diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h
|
| index 5c0cad838d831135a83fdd5117988c047de62bac..348f9bdb90d86af513ff71ba496d77ea1c7c7d1f 100644
|
| --- a/content/shell/common/shell_messages.h
|
| +++ b/content/shell/common/shell_messages.h
|
| @@ -80,7 +80,7 @@ IPC_MESSAGE_ROUTED1(ShellViewHostMsg_PrintMessage,
|
| std::string /* message */)
|
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ClearDevToolsLocalStorage)
|
| IPC_MESSAGE_ROUTED2(ShellViewHostMsg_ShowDevTools,
|
| - std::string /* settings */,
|
| + std::string /* test_path */,
|
| std::string /* frontend_url */)
|
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CloseDevTools)
|
| IPC_MESSAGE_ROUTED1(ShellViewHostMsg_GoToOffset,
|
|
|