| Index: chrome/test/testing_profile.h
|
| ===================================================================
|
| --- chrome/test/testing_profile.h (revision 17278)
|
| +++ chrome/test/testing_profile.h (working copy)
|
| @@ -102,9 +102,6 @@
|
| 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);
|
|
|