summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 02:02:18 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-22 02:02:18 +0000
commitf02e75847af83123902bd465ddd30276306abd49 (patch)
treee5efba00bc3ca2f9ffc8f354b93ebcf9d8eefc01 /chrome/test/testing_profile.h
parent139ec96dc6f26a24d8812aad4470f00b36ecee52 (diff)
downloadchromium_src-f02e75847af83123902bd465ddd30276306abd49.zip
chromium_src-f02e75847af83123902bd465ddd30276306abd49.tar.gz
chromium_src-f02e75847af83123902bd465ddd30276306abd49.tar.bz2
Patch to make password patch build.
Review URL: http://codereview.chromium.org/113710 Patch from John Maguire <johnmaguire@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16708 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 974d31d..7abdd8f 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -102,6 +102,9 @@ class TestingProfile : public Profile {
virtual WebDataService* GetWebDataService(ServiceAccessType access) {
return NULL;
}
+ virtual PasswordStore* GetPasswordStore(ServiceAccessType access) {
+ return NULL;
+ }
virtual PrefService* GetPrefs() {
FilePath prefs_filename;
PathService::Get(base::DIR_TEMP, &prefs_filename);