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 7044d61422841bd9cb56a45cafead5080734ed7c..b16259aa3d7086525cd41e4e37068d38cd27c14f 100644 |
--- a/chrome/browser/ui/webui/sync_setup_handler.h |
+++ b/chrome/browser/ui/webui/sync_setup_handler.h |
@@ -121,6 +121,16 @@ class SyncSetupHandler : public options2::OptionsPageUIHandler, |
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; |