| Index: chrome/browser/ui/webui/settings/people_handler.h
|
| diff --git a/chrome/browser/ui/webui/settings/people_handler.h b/chrome/browser/ui/webui/settings/people_handler.h
|
| index 9a30a158860ca6e41a4be3836b24dac448660be9..3425f13eafdfe23211d546cce051464c5294dfa8 100644
|
| --- a/chrome/browser/ui/webui/settings/people_handler.h
|
| +++ b/chrome/browser/ui/webui/settings/people_handler.h
|
| @@ -72,7 +72,7 @@ class PeopleHandler : public content::WebUIMessageHandler,
|
| void OnProfileAvatarChanged(const base::FilePath& profile_path) override;
|
|
|
| // 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
|
|
|