Chromium Code Reviews| 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. |
| + void ShowSyncSetup(); |
|
Andrew T Wilson (Slow)
2011/07/07 17:44:23
See previous comment about passing the new state i
|
| + |
| void OnUserSubmittedAuth(const std::string& username, |
| const std::string& password, |
| const std::string& captcha, |