| 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..eb5794a2bf8eb84079e1d59499f84d9342954e32 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 ui.
|
| + void ShowSyncSetup();
|
| +
|
| void OnUserSubmittedAuth(const std::string& username,
|
| const std::string& password,
|
| const std::string& captcha,
|
|
|