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

Unified Diff: chrome/browser/chromeos/login/signin/auth_sync_observer.h

Issue 2657673004: Add shutdown notification and service refs to SyncServiceObserver. (Closed)
Patch Set: Chromeos fix Created 3 years, 11 months 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/chromeos/login/signin/auth_sync_observer.h
diff --git a/chrome/browser/chromeos/login/signin/auth_sync_observer.h b/chrome/browser/chromeos/login/signin/auth_sync_observer.h
index e0f106e6fae29a890c2eae4fc2c9f37d67b485f3..a513a2b48ac40eaf247aa0bf90982589f683e490 100644
--- a/chrome/browser/chromeos/login/signin/auth_sync_observer.h
+++ b/chrome/browser/chromeos/login/signin/auth_sync_observer.h
@@ -33,7 +33,7 @@ class AuthSyncObserver : public KeyedService,
void Shutdown() override;
// syncer::SyncServiceObserver implementation.
- void OnStateChanged() override;
+ void OnStateChanged(syncer::SyncService* sync) override;
// Called on attempt to restore supervised user token.
void OnSupervisedTokenLoaded(const std::string& token);
« no previous file with comments | « chrome/browser/android/foreign_session_helper.cc ('k') | chrome/browser/chromeos/login/signin/auth_sync_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698