From 39a5b53280853e94a95f8cc8b05582cf10e0d88a Mon Sep 17 00:00:00 2001 From: "mpcomplete@chromium.org" Date: Sat, 22 Oct 2011 01:47:07 +0000 Subject: 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 --- chrome/common/extensions/extension_messages.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chrome/common/extensions/extension_messages.h') 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 -- cgit v1.1