| Index: chrome/browser/ui/webui/options/sync_setup_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/sync_setup_handler.h b/chrome/browser/ui/webui/options/sync_setup_handler.h
|
| index 7779510d500f8eb2f3775cdcc2e7379d37a2adbe..013c14ada925900657ed044d1a45ed43c021daba 100644
|
| --- a/chrome/browser/ui/webui/options/sync_setup_handler.h
|
| +++ b/chrome/browser/ui/webui/options/sync_setup_handler.h
|
| @@ -50,7 +50,7 @@ class SyncSetupHandler : public options::OptionsPageUIHandler,
|
| content::WebUI* web_ui);
|
|
|
| // Initializes the sync setup flow and shows the setup UI.
|
| - void OpenSyncSetup(const base::ListValue* args);
|
| + void OpenSyncSetup(bool creating_supervised_user);
|
|
|
| // Shows advanced configuration dialog without going through sign in dialog.
|
| // Kicks the sync backend if necessary with showing spinner dialog until it
|
|
|