summaryrefslogtreecommitdiffstats
path: root/chrome/common/devtools_messages_internal.h
diff options
context:
space:
mode:
authoryurys@chromium.org <yurys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-16 06:09:22 +0000
committeryurys@chromium.org <yurys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-16 06:09:22 +0000
commitab73cc3b7b33d14919b127366b95bf341ba6ff24 (patch)
treefca48090c394e768e8a10f2e932adf6d1bf62afe /chrome/common/devtools_messages_internal.h
parentafa8020c67d16ff5792a15bda51277e3a03fedbd (diff)
downloadchromium_src-ab73cc3b7b33d14919b127366b95bf341ba6ff24.zip
chromium_src-ab73cc3b7b33d14919b127366b95bf341ba6ff24.tar.gz
chromium_src-ab73cc3b7b33d14919b127366b95bf341ba6ff24.tar.bz2
DevTools: support dispatching devtools commands when there is a tight loop in JavaScript
Review URL: http://codereview.chromium.org/3152011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56184 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/devtools_messages_internal.h')
-rw-r--r--chrome/common/devtools_messages_internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/devtools_messages_internal.h b/chrome/common/devtools_messages_internal.h
index 236b4b3..4eb9cca 100644
--- a/chrome/common/devtools_messages_internal.h
+++ b/chrome/common/devtools_messages_internal.h
@@ -89,12 +89,6 @@ IPC_BEGIN_MESSAGES(DevToolsAgent)
IPC_MESSAGE_CONTROL1(DevToolsAgentMsg_DebuggerCommand,
std::string /* command */)
- // This command is sent to debugger when user wants to pause script execution
- // immediately. This message should be processed on the IO thread so that it
- // can have effect even if the Renderer thread is busy with JavaScript
- // execution.
- IPC_MESSAGE_CONTROL0(DevToolsAgentMsg_DebuggerPauseScript)
-
// Inspect element with the given coordinates.
IPC_MESSAGE_CONTROL2(DevToolsAgentMsg_InspectElement,
int /* x */,