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-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/render_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/render_messages_internal.h')
-rw-r--r--chrome/common/render_messages_internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 81f9c1f..4b45f8f 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -1407,6 +1407,12 @@ IPC_BEGIN_MESSAGES(ViewHost)
IPC_MESSAGE_ROUTED1(ViewHostMsg_ToggleInspectElementMode,
bool /* enabled */)
+ // Updates runtime features store in devtools manager in order to support
+ // cross-navigation instrumentation.
+ IPC_MESSAGE_ROUTED2(ViewHostMsg_DevToolsRuntimeFeatureStateChanged,
+ std::string /* feature */,
+ bool /* enabled */)
+
// Send back a string to be recorded by UserMetrics.
IPC_MESSAGE_ROUTED1(ViewHostMsg_UserMetricsRecordAction,
std::wstring /* action */)