Chromium Code Reviews| 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; |