summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_internal.h
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-24 09:45:02 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-24 09:45:02 +0000
commit58bfc6b074bf05e36f02a4349a6217b95f3b9c2c (patch)
tree2b2c7efa3330c70ef019a539481595e38f6f6347 /chrome/common/render_messages_internal.h
parentea36e32155bfe33d4cad2fbfeffc54edc7de1cb3 (diff)
downloadchromium_src-58bfc6b074bf05e36f02a4349a6217b95f3b9c2c.zip
chromium_src-58bfc6b074bf05e36f02a4349a6217b95f3b9c2c.tar.gz
chromium_src-58bfc6b074bf05e36f02a4349a6217b95f3b9c2c.tar.bz2
DevTools: Nuke legacy debugger.
Review URL: http://codereview.chromium.org/146027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r--chrome/common/render_messages_internal.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 715ede1..a1bcff2 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -253,20 +253,6 @@ IPC_BEGIN_MESSAGES(View)
string16 /* message */,
WebKit::WebConsoleMessage::Level /* message_level */)
- // Initialize the V8 debugger in the renderer.
- IPC_MESSAGE_ROUTED0(ViewMsg_DebugAttach)
-
- // Shutdown the V8 debugger in the renderer.
- IPC_MESSAGE_ROUTED0(ViewMsg_DebugDetach)
-
- // Break V8 execution.
- IPC_MESSAGE_ROUTED1(ViewMsg_DebugBreak,
- bool /* force */)
-
- // Send a command to the V8 debugger.
- IPC_MESSAGE_ROUTED1(ViewMsg_DebugCommand,
- std::wstring /* cmd */)
-
// RenderViewHostDelegate::RenderViewCreated 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 DevToolsClient instance that
@@ -285,14 +271,6 @@ IPC_BEGIN_MESSAGES(View)
IPC_MESSAGE_ROUTED1(ViewMsg_SetPageEncoding,
std::wstring /*new encoding name*/)
- // Inspect the element at the specified coordinates
- IPC_MESSAGE_ROUTED2(ViewMsg_InspectElement,
- int /* x */,
- int /* y */)
-
- // Show the JavaScript console
- IPC_MESSAGE_ROUTED0(ViewMsg_ShowJavaScriptConsole)
-
// Requests the renderer to reserve a range of page ids.
IPC_MESSAGE_ROUTED1(ViewMsg_ReservePageIDRange,
int /* size_of_range */)
@@ -1063,11 +1041,6 @@ IPC_BEGIN_MESSAGES(ViewHost)
ViewHostMsg_ImeControl, /* control */
gfx::Rect /* caret_rect */)
- // Response for InspectElement request. Returns the number of resources
- // identified by InspectorController.
- IPC_MESSAGE_ROUTED1(ViewHostMsg_InspectElement_Reply,
- int /* number of resources */)
-
// Tells the browser that the renderer is done calculating the number of
// rendered pages according to the specified settings.
IPC_MESSAGE_ROUTED2(ViewHostMsg_DidGetPrintedPagesCount,
@@ -1105,14 +1078,6 @@ IPC_BEGIN_MESSAGES(ViewHost)
int32, /* line number */
std::wstring /* source id */)
- // Response message for ViewMsg_DebugAttach.
- IPC_MESSAGE_ROUTED0(ViewHostMsg_DidDebugAttach)
-
- // WebKit and JavaScript error messages to log to the console
- // or debugger UI.
- IPC_MESSAGE_ROUTED1(ViewHostMsg_DebuggerOutput,
- std::wstring /* msg */)
-
// Stores new inspector settings in the profile.
IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateInspectorSettings,
std::wstring /* raw_settings */)