| Index: components/user_manager/user.h
|
| diff --git a/components/user_manager/user.h b/components/user_manager/user.h
|
| index 0c34bf03122431c435fcf4d7c305abbd9a4a7a8e..6e20a467792e648a780340b60f468e8c9184b2c7 100644
|
| --- a/components/user_manager/user.h
|
| +++ b/components/user_manager/user.h
|
| @@ -170,7 +170,6 @@ class USER_MANAGER_EXPORT User : public UserInfo {
|
| static User* CreateGuestUser();
|
| static User* CreateKioskAppUser(const std::string& kiosk_app_username);
|
| static User* CreateSupervisedUser(const std::string& username);
|
| - static User* CreateRetailModeUser();
|
| static User* CreatePublicAccountUser(const std::string& email);
|
|
|
| explicit User(const std::string& email);
|
|
|