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

Unified Diff: chrome/browser/ui/webui/foreign_session_handler.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/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..d0cb2452b0368f05f3f74a205bcd5f07a9c129cb 100644
--- a/chrome/browser/ui/webui/foreign_session_handler.h
+++ b/chrome/browser/ui/webui/foreign_session_handler.h
@@ -57,9 +57,8 @@ class ForeignSessionHandler : public content::WebUIMessageHandler,
private:
// syncer::SyncServiceObserver:
- void OnStateChanged() override {}
- void OnSyncConfigurationCompleted() override;
- void OnForeignSessionUpdated() override;
+ void OnSyncConfigurationCompleted(syncer::SyncService* sync) override;
+ void OnForeignSessionUpdated(syncer::SyncService* sync) override;
// Returns a string used to show the user when a session was last modified.
base::string16 FormatSessionTime(const base::Time& time);
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_sync_observer.cc ('k') | chrome/browser/ui/webui/foreign_session_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698