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

Unified Diff: chrome/browser/ui/webui/options/sync_setup_handler.h

Issue 1984863002: Clean up LoginUIService. Remove Singleton behavior from PeopleHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge issue Created 4 years, 6 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/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 ce72f04e6a1e42a7589b8e84fc7b54aaf3fc879a..2c5390e5a88c4a1ac539b2e70b5ac3d45c9e325b 100644
--- a/chrome/browser/ui/webui/options/sync_setup_handler.h
+++ b/chrome/browser/ui/webui/options/sync_setup_handler.h
@@ -48,7 +48,6 @@ class SyncSetupHandler : public options::OptionsPageUIHandler,
// LoginUIService::LoginUI implementation.
void FocusUI() override;
- void CloseUI() override;
static void GetStaticLocalizedValues(
base::DictionaryValue* localized_strings,
@@ -141,6 +140,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;
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_sync_starter.cc ('k') | chrome/browser/ui/webui/settings/people_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698