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

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

Issue 10020028: Merge 130722 - On ChromeOS, the user is always signed in and we should not (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1084/src/
Patch Set: Created 8 years, 8 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/sync/sync_prefs.cc ('k') | chrome/browser/ui/webui/sync_setup_handler.cc » ('j') | 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
===================================================================
--- chrome/browser/ui/webui/sync_setup_handler.h (revision 131686)
+++ chrome/browser/ui/webui/sync_setup_handler.h (working copy)
@@ -121,6 +121,16 @@
void DisplayGaiaLoginWithErrorMessage(const string16& error_message,
bool fatal_error);
+ // Instead of siging in, prepare requirements for showing the advanced
+ // configuration dialog.
+ void PrepareConfigDialog();
+
+ // Displays spinner-only UI indicating that something is going on in the
+ // background.
+ // TODO(kochi): better to show some message that the user can understand what
+ // is running in the background.
+ void DisplaySpinner();
+
// Returns true if we're the active login object.
bool IsActiveLogin() const;
« no previous file with comments | « chrome/browser/sync/sync_prefs.cc ('k') | chrome/browser/ui/webui/sync_setup_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698