summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/testing_profile.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index a9244b7..fc561d4 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -321,12 +321,9 @@ class TestingProfile : public Profile {
virtual PromoCounter* GetInstantPromoCounter() { return NULL; }
virtual policy::ProfilePolicyContext* GetPolicyContext() { return NULL; }
virtual PrerenderManager* GetPrerenderManager() { return NULL; }
+ virtual PrefService* GetOffTheRecordPrefs() { return NULL; }
protected:
- virtual ExtensionPrefValueMap* GetExtensionPrefValueMap() {
- return extension_pref_value_map_.get();
- }
-
base::Time start_time_;
scoped_ptr<PrefService> prefs_;
// ref only for right type, lifecycle is managed by prefs_