Index: chrome/test/testing_profile.cc |
=================================================================== |
--- chrome/test/testing_profile.cc (revision 58702) |
+++ chrome/test/testing_profile.cc (working copy) |
@@ -453,6 +453,11 @@ |
} |
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 |