| Index: chrome/common/devtools_messages_internal.h
|
| diff --git a/chrome/common/devtools_messages_internal.h b/chrome/common/devtools_messages_internal.h
|
| index 6019d605fe75d5ca7b826bfd3f62ff0de971443a..a3ae7eb3994b54d828ed8b4bb9a4f4e5e37c5e43 100644
|
| --- a/chrome/common/devtools_messages_internal.h
|
| +++ b/chrome/common/devtools_messages_internal.h
|
| @@ -52,11 +52,6 @@ IPC_MESSAGE_CONTROL1(DevToolsClientMsg_DispatchOnInspectorFrontend,
|
| IPC_MESSAGE_CONTROL1(DevToolsClientMsg_DebuggerOutput,
|
| std::string /* message */)
|
|
|
| -// Legacy APU dispatch message.
|
| -IPC_MESSAGE_CONTROL1(DevToolsClientMsg_DispatchToAPU,
|
| - std::string /* message */)
|
| -
|
| -
|
| //-----------------------------------------------------------------------------
|
| // These are messages sent from DevToolsClient to DevToolsAgent through the
|
| // browser.
|
| @@ -85,6 +80,3 @@ IPC_MESSAGE_CONTROL1(DevToolsAgentMsg_DebuggerCommand,
|
| IPC_MESSAGE_CONTROL2(DevToolsAgentMsg_InspectElement,
|
| int /* x */,
|
| int /* y */)
|
| -
|
| -// Enables/disables the apu agent.
|
| -IPC_MESSAGE_CONTROL1(DevToolsAgentMsg_SetApuAgentEnabled, bool /* enabled */)
|
|
|