summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-30 00:51:16 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-30 00:51:16 +0000
commitc01ec9515d1892e2a62d3e4423a2bb37ac79e551 (patch)
treee5906c772e92e04e3b333716b78a4b43d185c7f6 /chrome/test
parent70d56be631ab6616cd7661468df6ba91c5821193 (diff)
downloadchromium_src-c01ec9515d1892e2a62d3e4423a2bb37ac79e551.zip
chromium_src-c01ec9515d1892e2a62d3e4423a2bb37ac79e551.tar.gz
chromium_src-c01ec9515d1892e2a62d3e4423a2bb37ac79e551.tar.bz2
Re-land the password store work from bug 8205, with changes that should fix bug 12479. The Linux pieces are still disabled, however.
BUG=8205 TEST=Password autofill should continue to work on Windows. Review URL: http://codereview.chromium.org/114057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17273 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-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);