summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
authormpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-31 22:01:30 +0000
committermpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-31 22:01:30 +0000
commita9bd72a75a6702df07087bf77049735a45a8861e (patch)
tree5fb257027218c5ddf8e95bcfd4941b523a93d9e8 /chrome/test/testing_profile.h
parentd9ca776c4b5443df5ffa55d53735016cfa92cb11 (diff)
downloadchromium_src-a9bd72a75a6702df07087bf77049735a45a8861e.zip
chromium_src-a9bd72a75a6702df07087bf77049735a45a8861e.tar.gz
chromium_src-a9bd72a75a6702df07087bf77049735a45a8861e.tar.bz2
First steps towards webRequest extension API.
Only an asynchronous version of onBeforeRequest is implement, with limited data being passed. BUG=60101 TEST=no Review URL: http://codereview.chromium.org/6288014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73196 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r--chrome/test/testing_profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index eaa77e8..a9244b7 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -150,6 +150,7 @@ class TestingProfile : public Profile {
virtual ExtensionProcessManager* GetExtensionProcessManager() { return NULL; }
virtual ExtensionMessageService* GetExtensionMessageService() { return NULL; }
virtual ExtensionEventRouter* GetExtensionEventRouter() { return NULL; }
+ virtual ExtensionIOEventRouter* GetExtensionIOEventRouter() { return NULL; }
virtual SSLHostState* GetSSLHostState() { return NULL; }
virtual net::TransportSecurityState* GetTransportSecurityState() {
return NULL;