| Index: components/user_manager/user.h
|
| diff --git a/components/user_manager/user.h b/components/user_manager/user.h
|
| index 907c365af991b5e6357e6b80c6f4d84128314dbe..863095ab297e88c3ff8fca82c13072f166e6428d 100644
|
| --- a/components/user_manager/user.h
|
| +++ b/components/user_manager/user.h
|
| @@ -179,7 +179,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);
|
|
|