diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-16 15:01:45 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-16 15:01:45 +0000 |
commit | b70a6300d843c28a32db431f16ded32c65d01b05 (patch) | |
tree | 0a1fe2f1bf493e0cba27e189ffc55db454d07317 /chrome/common/render_messages_internal.h | |
parent | 48764c72b775bdc62aa43eedaea00ca01597e9ff (diff) | |
download | chromium_src-b70a6300d843c28a32db431f16ded32c65d01b05.zip chromium_src-b70a6300d843c28a32db431f16ded32c65d01b05.tar.gz chromium_src-b70a6300d843c28a32db431f16ded32c65d01b05.tar.bz2 |
Reverting 9855.
This change didn't have any description and it broke the tree
Review URL: http://codereview.chromium.org/21393
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r-- | chrome/common/render_messages_internal.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index ecff1ab..915f8c7 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -238,24 +238,6 @@ IPC_BEGIN_MESSAGES(View) IPC_MESSAGE_ROUTED1(ViewMsg_DebugCommand, std::wstring /* cmd */) - // Message addressed to ToolsClient. It results from forwarding - // ViewHostMsg_ToolsClientMsg by the browser. - IPC_MESSAGE_ROUTED2(ViewMsg_ToolsClientMsg, - int, /* tools msg type */ - std::wstring /* body */) - - // Message addressed to ToolsAgent. It results from forwarding - // ViewHostMsg_ToolsAgentMsg by the browser. - IPC_MESSAGE_ROUTED2(ViewMsg_ToolsAgentMsg, - int, /* tools msg type */ - std::wstring /* body */) - - // RenderViewHostDelegate::RendererCreated method sends this message to a new - // renderer to notify it that it will host developer tools UI and should set - // up all neccessary bindings and create ToolsClient instance that will - // handle communication with inspected page ToolsAgent. - IPC_MESSAGE_ROUTED0(ViewMsg_SetUpToolsClient) - // Change the zoom level in the renderer. IPC_MESSAGE_ROUTED1(ViewMsg_Zoom, int /* One of PageZoom::Function */) @@ -984,18 +966,6 @@ IPC_BEGIN_MESSAGES(ViewHost) IPC_MESSAGE_ROUTED1(ViewHostMsg_DebuggerOutput, std::wstring /* msg */) - // Message addressed to ToolsClient sent by ToolsAgent to browser so that the - // latter can forward it. - IPC_MESSAGE_ROUTED2(ViewHostMsg_ToolsClientMsg, - int, /* tools msg type */ - std::wstring /* body */) - - // Message addressed to ToolsAgent sent by ToolsClient to browser so that the - // latter can forward it. - IPC_MESSAGE_ROUTED2(ViewHostMsg_ToolsAgentMsg, - int, /* tools msg type */ - std::wstring /* body */) - // Send back a string to be recorded by UserMetrics. IPC_MESSAGE_ROUTED1(ViewHostMsg_UserMetricsRecordAction, std::wstring /* action */) |