From ca75998f5f7c387dd2ff6a5d9155beb403bcce8a Mon Sep 17 00:00:00 2001 From: "battre@chromium.org" Date: Fri, 4 Feb 2011 15:17:40 +0000 Subject: Implemented GetOffTheRecordPrefs() for Profile BUG=71679 TEST=none Review URL: http://codereview.chromium.org/6250107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73805 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/testing_profile.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'chrome/test/testing_profile.h') 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 prefs_; // ref only for right type, lifecycle is managed by prefs_ -- cgit v1.1