diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 09:40:51 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 09:40:51 +0000 |
commit | fd9dc809f2a84199a3457fee0c1b72792e3e1660 (patch) | |
tree | 2112e63fbe0ccb8d5427eaa8a7e0cc89d02073b3 /chrome/common | |
parent | 919da4005f83642977db4fca5b12005682023c6d (diff) | |
download | chromium_src-fd9dc809f2a84199a3457fee0c1b72792e3e1660.zip chromium_src-fd9dc809f2a84199a3457fee0c1b72792e3e1660.tar.gz chromium_src-fd9dc809f2a84199a3457fee0c1b72792e3e1660.tar.bz2 |
DevTools: get rid of delayed command dispatching on front-end side.
Review URL: http://codereview.chromium.org/3020063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/devtools_messages_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/devtools_messages_internal.h b/chrome/common/devtools_messages_internal.h index e3c3aee..236b4b3 100644 --- a/chrome/common/devtools_messages_internal.h +++ b/chrome/common/devtools_messages_internal.h @@ -75,6 +75,9 @@ IPC_BEGIN_MESSAGES(DevToolsAgent) // Tells agent that there is no longer a client host connected to it. IPC_MESSAGE_CONTROL0(DevToolsAgentMsg_Detach) + // Tells agent that the front-end has been loaded + IPC_MESSAGE_CONTROL0(DevToolsAgentMsg_FrontendLoaded) + // WebKit-level transport. IPC_MESSAGE_CONTROL1(DevToolsAgentMsg_DispatchOnInspectorBackend, std::string /* message */) |