summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
authorevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-28 17:25:25 +0000
committerevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-28 17:25:25 +0000
commit04fba9a91d7f46a517f67e1f3f10625ba589b8cc (patch)
treeca6581ca8d4a70ed21f3331c5510958993333416 /chrome/test/testing_profile.h
parent6a32e8ffd786f1d8da89fba7ca72f2ed3cf5209b (diff)
downloadchromium_src-04fba9a91d7f46a517f67e1f3f10625ba589b8cc.zip
chromium_src-04fba9a91d7f46a517f67e1f3f10625ba589b8cc.tar.gz
chromium_src-04fba9a91d7f46a517f67e1f3f10625ba589b8cc.tar.bz2
- Make user script loading asynchronous on the file thread.
- Automatically reload scripts when the directory changes. - Add a unit test for the GreasemonkeyMaster. Review URL: http://codereview.chromium.org/7472 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4069 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 9eff18d..a93708f 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 GreasemonkeyMaster* GetGreasemonkeyMaster() {
+ return NULL;
+ }
virtual HistoryService* GetHistoryService(ServiceAccessType access) {
return history_service_.get();
}