summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-05 00:38:25 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-05 00:38:25 +0000
commit6014d67a9c2006e15cfa09babfe5eaf63d57a331 (patch)
tree9c0d36df02bd5b4a0e7fca1fa23045e3e6f26f27 /chrome/test/testing_profile.h
parentfad84eab5e64996804824f2c7b8fce98da13b2cd (diff)
downloadchromium_src-6014d67a9c2006e15cfa09babfe5eaf63d57a331.zip
chromium_src-6014d67a9c2006e15cfa09babfe5eaf63d57a331.tar.gz
chromium_src-6014d67a9c2006e15cfa09babfe5eaf63d57a331.tar.bz2
Introduce ExtensionsService. Load extensions on startup from a directory in
the profile if a command-line flag is present. Please carefully scrutinize the threading/ref-counting schenanigans. Review URL: http://codereview.chromium.org/12876 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6403 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r--chrome/test/testing_profile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index 10b6fbe..4973682 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -66,6 +66,9 @@ class TestingProfile : public Profile {
virtual VisitedLinkMaster* GetVisitedLinkMaster() {
return NULL;
}
+ virtual ExtensionsService* GetExtensionsService() {
+ return NULL;
+ }
virtual GreasemonkeyMaster* GetGreasemonkeyMaster() {
return NULL;
}