Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1122)

Unified Diff: chrome/browser/services/gcm/gcm_profile_service.cc

Issue 631343002: [GCM] Fetching OAuth2 tokens periodically in account tracker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mapper-in-driver
Patch Set: Adding tests and removing pref related code from tests Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/services/gcm/gcm_profile_service.cc
diff --git a/chrome/browser/services/gcm/gcm_profile_service.cc b/chrome/browser/services/gcm/gcm_profile_service.cc
index 018cbe6037ab0f223e1ba3fb8e3278963b96ba9e..e7741c40ae537f7c2059691c418de1234cb9ac6b 100644
--- a/chrome/browser/services/gcm/gcm_profile_service.cc
+++ b/chrome/browser/services/gcm/gcm_profile_service.cc
@@ -112,7 +112,6 @@ void GCMProfileService::IdentityObserver::OnActiveAccountLogout() {
std::string GCMProfileService::IdentityObserver::SignedInUserName() const {
return driver_->IsStarted() ? account_id_ : std::string();
}
-
Nicolas Zea 2014/11/06 21:43:17 Did you mean to remove this?
fgorski 2014/11/07 01:42:13 Done. Definitely an accident.
void GCMProfileService::IdentityObserver::StartAccountTracker() {
if (gcm_account_tracker_)
return;

Powered by Google App Engine
This is Rietveld 408576698