diff options
Diffstat (limited to 'chrome/test/base')
-rw-r--r-- | chrome/test/base/testing_profile.cc | 5 | ||||
-rw-r--r-- | chrome/test/base/testing_profile.h | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc index d9c1876..82d94bf 100644 --- a/chrome/test/base/testing_profile.cc +++ b/chrome/test/base/testing_profile.cc @@ -798,11 +798,6 @@ TokenService* TestingProfile::GetTokenService() { } ProfileSyncService* TestingProfile::GetProfileSyncService() { - return GetProfileSyncService(""); -} - -ProfileSyncService* TestingProfile::GetProfileSyncService( - const std::string& cros_user) { if (!profile_sync_service_.get()) { // Use a NiceMock here since we are really using the mock as a // fake. Test cases that want to set expectations on a diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h index 7054284..ac67eaa 100644 --- a/chrome/test/base/testing_profile.h +++ b/chrome/test/base/testing_profile.h @@ -284,8 +284,6 @@ class TestingProfile : public Profile { // Creates and initializes a profile sync service if the tests require one. virtual TokenService* GetTokenService() OVERRIDE; virtual ProfileSyncService* GetProfileSyncService() OVERRIDE; - virtual ProfileSyncService* GetProfileSyncService( - const std::string& cros_notes) OVERRIDE; virtual ChromeBlobStorageContext* GetBlobStorageContext() OVERRIDE; virtual ExtensionInfoMap* GetExtensionInfoMap() OVERRIDE; virtual PromoCounter* GetInstantPromoCounter() OVERRIDE; |