| Index: chrome/browser/ui/webui/options/create_profile_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/create_profile_handler.h b/chrome/browser/ui/webui/options/create_profile_handler.h
|
| index 34942e997702ec60f58c250a90fd97a102f8b4db..d6e3ea788744730603fbaf1cfe059b1336f97998 100644
|
| --- a/chrome/browser/ui/webui/options/create_profile_handler.h
|
| +++ b/chrome/browser/ui/webui/options/create_profile_handler.h
|
| @@ -94,7 +94,7 @@ class CreateProfileHandler: public OptionsPageUIHandler {
|
| // with the management server.
|
| void RegisterSupervisedUser(bool create_shortcut,
|
| chrome::HostDesktopType desktop_type,
|
| - const std::string& managed_user_id,
|
| + const std::string& supervised_user_id,
|
| Profile* new_profile);
|
|
|
| // Called back with the result of the supervised user registration.
|
|
|