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

Unified Diff: components/sync_driver/sync_service_observer.h

Issue 1406943004: [sync] Isolate FOREIGN_SESSION_UPDATED notification in ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « chrome/browser/ui/webui/foreign_session_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/sync_service_observer.h
diff --git a/components/sync_driver/sync_service_observer.h b/components/sync_driver/sync_service_observer.h
index f0e6d913efff0fac3bdf737ad507674fc6f767da..d168f41709bc06da137182efd679295c2ac3ac25 100644
--- a/components/sync_driver/sync_service_observer.h
+++ b/components/sync_driver/sync_service_observer.h
@@ -30,6 +30,9 @@ class SyncServiceObserver {
// process.
virtual void OnSyncConfigurationCompleted() {}
+ // Called when a foreign session has been updated.
+ virtual void OnForeignSessionUpdated() {}
+
protected:
virtual ~SyncServiceObserver() {}
};
« no previous file with comments | « chrome/browser/ui/webui/foreign_session_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698