| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 77d6827edf1bdc4356380e9be5d3b35c78aefc6c..cd8bd75bb5477956668f283ee409ec3825a03d2f 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -536,10 +536,6 @@ WebDataService* TestingProfile::GetWebDataServiceWithoutCreating() {
|
| return web_data_service_.get();
|
| }
|
|
|
| -PasswordStore* TestingProfile::GetPasswordStore(ServiceAccessType access) {
|
| - return NULL;
|
| -}
|
| -
|
| void TestingProfile::SetPrefService(PrefService* prefs) {
|
| prefs_.reset(prefs);
|
| }
|
|
|