| Index: chrome/browser/ui/webui/options/clear_browser_data_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/clear_browser_data_handler.h b/chrome/browser/ui/webui/options/clear_browser_data_handler.h
|
| index d155e11436899d7f2b35c0dc4b24cd4862975a85..e0749461103a5743f6d009106b2af69665926e3c 100644
|
| --- a/chrome/browser/ui/webui/options/clear_browser_data_handler.h
|
| +++ b/chrome/browser/ui/webui/options/clear_browser_data_handler.h
|
| @@ -57,9 +57,11 @@ class ClearBrowserDataHandler : public OptionsPageUIHandler,
|
| void UpdateCounterText(
|
| std::unique_ptr<browsing_data::BrowsingDataCounter::Result> result);
|
|
|
| - // Implementation of SyncServiceObserver. Updates the support string at the
|
| - // bottom of the dialog.
|
| - void OnStateChanged() override;
|
| + // Implementation of SyncServiceObserver.
|
| + void OnStateChanged(syncer::SyncService* sync) override;
|
| +
|
| + // Updates the support string at the bottom of the dialog.
|
| + void UpdateSyncState();
|
|
|
| // Finds out whether we should show a notice informing the user about other
|
| // forms of browsing history. Responds with an asynchronous callback to
|
|
|