diff options
author | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-22 01:47:07 +0000 |
---|---|---|
committer | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-22 01:47:07 +0000 |
commit | 39a5b53280853e94a95f8cc8b05582cf10e0d88a (patch) | |
tree | d4739e306e8fed7f39610848f425cf80305a0475 /chrome/common/extensions/extension_messages.h | |
parent | 4ba1dbcc38a8843703a3494eef053644c00d813c (diff) | |
download | chromium_src-39a5b53280853e94a95f8cc8b05582cf10e0d88a.zip chromium_src-39a5b53280853e94a95f8cc8b05582cf10e0d88a.tar.gz chromium_src-39a5b53280853e94a95f8cc8b05582cf10e0d88a.tar.bz2 |
Redo how page load time stats are gathered for webrequest extensions:
- keep track of whether an extension registers for a webrequest event.
- gather stats for webrequest extensions other than adblock.
BUG=100411
TEST=no
Review URL: http://codereview.chromium.org/8360021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106834 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension_messages.h')
-rw-r--r-- | chrome/common/extensions/extension_messages.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h index 352b454..6d4e567 100644 --- a/chrome/common/extensions/extension_messages.h +++ b/chrome/common/extensions/extension_messages.h @@ -238,6 +238,12 @@ IPC_MESSAGE_CONTROL5(ExtensionMsg_UpdatePermissions, IPC_MESSAGE_ROUTED1(ExtensionMsg_NotifyRenderViewType, content::ViewType /* view_type */) +// Deliver a message sent with ExtensionHostMsg_PostMessage. +IPC_MESSAGE_CONTROL3(ExtensionMsg_UsingWebRequestAPI, + bool /* adblock */, + bool /* adblock_plus */, + bool /* other_webrequest */) + // Messages sent from the renderer to the browser. // A renderer sends this message when an extension process starts an API |