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

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

Issue 10823191: fix sync login UI on reload (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/sync_setup_handler.h
diff --git a/chrome/browser/ui/webui/sync_setup_handler.h b/chrome/browser/ui/webui/sync_setup_handler.h
index d31947668b379ee55f19097a5b0943cbcb1df873..624a803b7594041f5f0f23b3b86e0e268fb4cad0 100644
--- a/chrome/browser/ui/webui/sync_setup_handler.h
+++ b/chrome/browser/ui/webui/sync_setup_handler.h
@@ -97,6 +97,9 @@ class SyncSetupHandler : public options2::OptionsPageUIHandler,
// profile.
ProfileSyncService* GetSyncService() const;
+ // Returns the LoginUIService for the parent profile.
+ LoginUIService* GetLoginUIService() const;
+
private:
// Callbacks from the page.
void OnDidClosePage(const base::ListValue* args);
@@ -170,9 +173,6 @@ class SyncSetupHandler : public options2::OptionsPageUIHandler,
// Returns the SigninManager for the parent profile.
SigninManager* GetSignin() const;
- // Returns the LoginUIService for the parent profile.
- LoginUIService* GetLoginUIService() const;
-
// The SigninTracker object used to determine when the user has fully signed
// in (this requires waiting for various services to initialize and tracking
// errors from multiple sources). Should only be non-null while the login UI
« no previous file with comments | « chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698