diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-02 17:59:36 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-02 17:59:36 +0000 |
commit | aa7e932f4c29e47c1f69afc8781115eaba0185bc (patch) | |
tree | fe227fa5da525f47e46a7c42a506e0a70817190f /chrome/common/render_messages_internal.h | |
parent | 4f967820e2e2e24b438c230cc781df62ecdc2c89 (diff) | |
download | chromium_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.h | 6 |
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 */) |