| Index: chrome/browser/ui/webui/options/sync_setup_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/sync_setup_handler.h b/chrome/browser/ui/webui/options/sync_setup_handler.h
|
| index 2ca7278e8373db9a14a9e452c92566c0fb4957b9..607173e099c2ba372eed78ca1dbe3370c6e6dc53 100644
|
| --- a/chrome/browser/ui/webui/options/sync_setup_handler.h
|
| +++ b/chrome/browser/ui/webui/options/sync_setup_handler.h
|
| @@ -44,7 +44,6 @@ class SyncSetupHandler : public options::OptionsPageUIHandler,
|
|
|
| // LoginUIService::LoginUI implementation.
|
| void FocusUI() override;
|
| - void CloseUI() override;
|
|
|
| static void GetStaticLocalizedValues(
|
| base::DictionaryValue* localized_strings,
|
| @@ -137,6 +136,9 @@ class SyncSetupHandler : public options::OptionsPageUIHandler,
|
| // Displays an error dialog which shows timeout of starting the sync backend.
|
| void DisplayTimeout();
|
|
|
| + // Closes the associated sync settings page.
|
| + void CloseUI();
|
| +
|
| // Returns true if this object is the active login object.
|
| bool IsActiveLogin() const;
|
|
|
|
|