| Index: content/common/devtools_messages.h
|
| diff --git a/content/common/devtools_messages.h b/content/common/devtools_messages.h
|
| index 36c88c0340da2a5e65d6b3648e9fe629b697f1a3..6f29c0e12bbd3ca95cfa1fc35d37ce9277473c96 100644
|
| --- a/content/common/devtools_messages.h
|
| +++ b/content/common/devtools_messages.h
|
| @@ -100,16 +100,6 @@ IPC_MESSAGE_ROUTED0(DevToolsMsg_SetupDevToolsClient)
|
| //-----------------------------------------------------------------------------
|
| // These are messages sent from the renderer to the browser.
|
|
|
| -// Wraps an IPC message that's destined to the DevToolsClient on
|
| -// DevToolsAgent->browser hop.
|
| -IPC_MESSAGE_ROUTED1(DevToolsHostMsg_ForwardToClient,
|
| - IPC::Message /* one of DevToolsClientMsg_XXX types */)
|
| -
|
| -// Wraps an IPC message that's destined to the DevToolsAgent on
|
| -// DevToolsClient->browser hop.
|
| -IPC_MESSAGE_ROUTED1(DevToolsHostMsg_ForwardToAgent,
|
| - IPC::Message /* one of DevToolsAgentMsg_XXX types */)
|
| -
|
| // Activates (brings to the front) corresponding dev tools window.
|
| IPC_MESSAGE_ROUTED0(DevToolsHostMsg_ActivateWindow)
|
|
|
|
|