Index: chrome/browser/services/gcm/gcm_profile_service_unittest.cc |
diff --git a/chrome/browser/services/gcm/gcm_profile_service_unittest.cc b/chrome/browser/services/gcm/gcm_profile_service_unittest.cc |
index cb9c7df424450311dd21d2893c6c353730b2bc47..8962ea854d68ffe77f8d331ccaa4294f1ec9cf58 100644 |
--- a/chrome/browser/services/gcm/gcm_profile_service_unittest.cc |
+++ b/chrome/browser/services/gcm/gcm_profile_service_unittest.cc |
@@ -139,6 +139,7 @@ class FakeSigninManager : public SigninManagerBase { |
void SignOut() { |
clear_authenticated_username(); |
+ profile()->GetPrefs()->ClearPref(prefs::kGoogleServicesUsername); |
fgorski
2014/03/05 19:00:28
Could you change the code to this:
const std::st
Roger Tawa OOO till Jul 10th
2014/03/05 19:12:46
Good catch! Done.
|
GoogleServiceSignoutDetails details(GetAuthenticatedUsername()); |
fgorski
2014/03/05 19:00:28
And use username here.
Roger Tawa OOO till Jul 10th
2014/03/05 19:12:46
Done.
|
content::NotificationService::current()->Notify( |