| Index: chrome/browser/ui/webui/sync_setup_handler.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/sync_setup_handler.h (revision 93571)
|
| +++ chrome/browser/ui/webui/sync_setup_handler.h (working copy)
|
| @@ -35,6 +35,12 @@
|
| static void GetStaticLocalizedValues(
|
| base::DictionaryValue* localized_strings);
|
|
|
| + // Initializes the sync setup flow and shows the setup UI.
|
| + void OpenSyncSetup();
|
| +
|
| + // Terminates the sync setup flow.
|
| + void CloseSyncSetup();
|
| +
|
| protected:
|
| FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, InitialStepLogin);
|
| FRIEND_TEST_ALL_PREFIXES(SyncSetupWizardTest, ChooseDataTypesSetsPrefs);
|
|
|