Chromium Code Reviews| 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..5be69ee500046c61e8eb93de6819f34243250e8a 100644 |
| --- a/chrome/browser/ui/webui/options/create_profile_handler.h |
| +++ b/chrome/browser/ui/webui/options/create_profile_handler.h |
| @@ -90,11 +90,11 @@ class CreateProfileHandler: public OptionsPageUIHandler { |
| const std::string& supervised_user_id, |
| Profile* profile); |
| - // After a new supervised-user profile has been created, registers the user |
| + // After a new supervised user profile has been created, registers the user |
|
Pam (message me for reviews)
2014/07/11 17:36:21
Actually, the hyphen is correct, since "supervised
Marc Treib
2014/07/14 08:18:15
Huh. Live and learn.
I've added it back.
|
| // 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. |