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

Unified Diff: chrome/browser/ui/webui/options/manage_profile_handler.cc

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.cc
diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.cc b/chrome/browser/ui/webui/options/manage_profile_handler.cc
index a11a7cb627a0101ef34857cf6cec2dd09e4b6875..f7a59af93cc96c9a3013d0715d91a0a94e60a16e 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.cc
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc
@@ -227,7 +227,7 @@ void ManageProfileHandler::OnProfileAvatarChanged(
SendProfileIconsAndNames(value);
}
-void ManageProfileHandler::OnStateChanged() {
+void ManageProfileHandler::OnStateChanged(syncer::SyncService* sync) {
RequestCreateProfileUpdate(NULL);
}

Powered by Google App Engine
This is Rietveld 408576698