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

Unified Diff: chrome/browser/ui/webui/options/manage_profile_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/options/manage_profile_handler.h
diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.h b/chrome/browser/ui/webui/options/manage_profile_handler.h
index 0e0cc31c0226c1652b4e88382bb4e24a0e87a6bb..f677f0159a135b1ca310a6ffc6d853fe7cf33d26 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.h
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
@@ -47,7 +47,7 @@ class ManageProfileHandler : public OptionsPageUIHandler,
void OnProfileAvatarChanged(const base::FilePath& profile_path) override;
// syncer::SyncServiceObserver:
- void OnStateChanged() override;
+ void OnStateChanged(syncer::SyncService* sync) override;
private:
// This function creates signed in user specific strings in loadTimeData.

Powered by Google App Engine
This is Rietveld 408576698