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

Unified Diff: chrome/browser/ui/webui/foreign_session_handler.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: chrome/browser/ui/webui/foreign_session_handler.h
diff --git a/chrome/browser/ui/webui/foreign_session_handler.h b/chrome/browser/ui/webui/foreign_session_handler.h
index d41d0ec3791ebca937b526c33af71599579c5524..1461c6f24b357c74885bf3f70bb32db4f8100450 100644
--- a/chrome/browser/ui/webui/foreign_session_handler.h
+++ b/chrome/browser/ui/webui/foreign_session_handler.h
@@ -58,7 +58,7 @@ class ForeignSessionHandler : public content::WebUIMessageHandler,
private:
// syncer::SyncServiceObserver:
void OnStateChanged() override {}
- void OnSyncConfigurationCompleted() override;
+ void OnSyncConfigurationCompleted(syncer::SyncService* sync) override;
void OnForeignSessionUpdated() override;
// Returns a string used to show the user when a session was last modified.
« no previous file with comments | « no previous file | chrome/browser/ui/webui/foreign_session_handler.cc » ('j') | components/browser_sync/profile_sync_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698