| Index: content/common/devtools_messages.h
|
| diff --git a/content/common/devtools_messages.h b/content/common/devtools_messages.h
|
| index f8d9e16c697f617becf0d2d656df9879248bd8e4..3b261b6d6c78cdb508ac09b10e934abcdac619d8 100644
|
| --- a/content/common/devtools_messages.h
|
| +++ b/content/common/devtools_messages.h
|
| @@ -56,11 +56,6 @@
|
| IPC_MESSAGE_ROUTED1(DevToolsClientMsg_DispatchOnInspectorFrontend,
|
| std::string /* message */)
|
|
|
| -// Legacy debugger output message.
|
| -IPC_MESSAGE_ROUTED1(DevToolsClientMsg_DebuggerOutput,
|
| - std::string /* message */)
|
| -
|
| -
|
| //-----------------------------------------------------------------------------
|
| // These are messages sent from DevToolsClient to DevToolsAgent through the
|
| // browser.
|
| @@ -82,13 +77,6 @@ IPC_MESSAGE_ROUTED0(DevToolsAgentMsg_FrontendLoaded)
|
| IPC_MESSAGE_ROUTED1(DevToolsAgentMsg_DispatchOnInspectorBackend,
|
| std::string /* message */)
|
|
|
| -// Send debugger command to the debugger agent. Debugger commands should
|
| -// be handled on IO thread(while all other devtools messages are handled in
|
| -// the render thread) to allow executing the commands when v8 is on a
|
| -// breakpoint.
|
| -IPC_MESSAGE_ROUTED1(DevToolsAgentMsg_DebuggerCommand,
|
| - std::string /* command */)
|
| -
|
| // Inspect element with the given coordinates.
|
| IPC_MESSAGE_ROUTED2(DevToolsAgentMsg_InspectElement,
|
| int /* x */,
|
|
|