Index: chrome/browser/sync/sync_setup_flow.h |
diff --git a/chrome/browser/sync/sync_setup_flow.h b/chrome/browser/sync/sync_setup_flow.h |
index f6efe747a7a4691fcc3f4d0f772c0975579b2309..d8e6917d49f07e61cf4d18fa80f1373aa36c6772 100644 |
--- a/chrome/browser/sync/sync_setup_flow.h |
+++ b/chrome/browser/sync/sync_setup_flow.h |
@@ -72,6 +72,9 @@ class SyncSetupFlow { |
// obscured by a browser window. |
void Focus(); |
+ // Show the sync setup tab. |
Andrew T Wilson (Slow)
2011/07/11 18:12:51
Nit: "Show the sync setup ui." since it's not nece
James Hawkins
2011/07/11 18:15:38
I do prefer UI instead of tab, but which platform
|
+ void ShowSyncSetup(); |
+ |
void OnUserSubmittedAuth(const std::string& username, |
const std::string& password, |
const std::string& captcha, |