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

Unified Diff: chrome/browser/sync/profile_sync_service_android.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/sync/profile_sync_service_android.h
diff --git a/chrome/browser/sync/profile_sync_service_android.h b/chrome/browser/sync/profile_sync_service_android.h
index 332ebc2fac5a8fb79c555913cdf8b3b450a6e7c5..03e03e68642fe8be60d18fd13984ea811d355395 100644
--- a/chrome/browser/sync/profile_sync_service_android.h
+++ b/chrome/browser/sync/profile_sync_service_android.h
@@ -46,7 +46,7 @@ class ProfileSyncServiceAndroid : public syncer::SyncServiceObserver {
bool Init();
// syncer::SyncServiceObserver:
- void OnStateChanged() override;
+ void OnStateChanged(syncer::SyncService* sync) override;
// Pure ProfileSyncService calls.
jboolean IsSyncRequested(JNIEnv* env,
« no previous file with comments | « chrome/browser/supervised_user/supervised_user_service.cc ('k') | chrome/browser/sync/profile_sync_service_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698