summaryrefslogtreecommitdiffstats
path: root/chrome/common/devtools_messages_internal.h
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-02 17:59:36 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-02 17:59:36 +0000
commitaa7e932f4c29e47c1f69afc8781115eaba0185bc (patch)
treefe227fa5da525f47e46a7c42a506e0a70817190f /chrome/common/devtools_messages_internal.h
parent4f967820e2e2e24b438c230cc781df62ecdc2c89 (diff)
downloadchromium_src-aa7e932f4c29e47c1f69afc8781115eaba0185bc.zip
chromium_src-aa7e932f4c29e47c1f69afc8781115eaba0185bc.tar.gz
chromium_src-aa7e932f4c29e47c1f69afc8781115eaba0185bc.tar.bz2
DevTools: support cross-navigation instrumentation.
Review URL: http://codereview.chromium.org/343075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/devtools_messages_internal.h')
-rw-r--r--chrome/common/devtools_messages_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/devtools_messages_internal.h b/chrome/common/devtools_messages_internal.h
index d91166f..be187a7 100644
--- a/chrome/common/devtools_messages_internal.h
+++ b/chrome/common/devtools_messages_internal.h
@@ -65,7 +65,8 @@ IPC_END_MESSAGES(DevToolsClient)
IPC_BEGIN_MESSAGES(DevToolsAgent)
// Tells agent that there is a client host connected to it.
- IPC_MESSAGE_CONTROL0(DevToolsAgentMsg_Attach)
+ IPC_MESSAGE_CONTROL1(DevToolsAgentMsg_Attach,
+ std::vector<std::string> /* runtime_features */)
// Tells agent that there is no longer a client host connected to it.
IPC_MESSAGE_CONTROL0(DevToolsAgentMsg_Detach)