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

Unified Diff: components/browser_sync/profile_sync_service.h

Issue 2657673004: Add shutdown notification and service refs to SyncServiceObserver. (Closed)
Patch Set: 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: components/browser_sync/profile_sync_service.h
diff --git a/components/browser_sync/profile_sync_service.h b/components/browser_sync/profile_sync_service.h
index 43c8f8bb7949c0c5b59a8edc8368ac970b256026..5a2a457add3ddda7a70cda62381dbd6ad7c0ffaa 100644
--- a/components/browser_sync/profile_sync_service.h
+++ b/components/browser_sync/profile_sync_service.h
@@ -684,6 +684,7 @@ class ProfileSyncService : public syncer::SyncServiceBase,
void NotifyObservers();
void NotifySyncCycleCompleted();
void NotifyForeignSessionUpdated();
+ void NotifyShutdown();
void ClearStaleErrors();

Powered by Google App Engine
This is Rietveld 408576698