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

Unified Diff: chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h

Issue 2657673004: Add shutdown notification and service refs to SyncServiceObserver. (Closed)
Patch Set: Use parameter 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/settings/settings_clear_browsing_data_handler.h
diff --git a/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h b/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h
index 57b97f77a3ff4a7b2ed490d38b0656c2a3216a68..85474b715bedbe21ac75fc8508d2757ed0909b33 100644
--- a/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h
+++ b/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h
@@ -56,7 +56,7 @@ class ClearBrowsingDataHandler : public SettingsPageUIHandler,
// Implementation of SyncServiceObserver. Updates the footer of the dialog
// when the sync state changes.
- void OnStateChanged() override;
+ void OnStateChanged(syncer::SyncService* sync) override;
// Finds out whether we should show notice about other forms of history stored
// in user's account.

Powered by Google App Engine
This is Rietveld 408576698