Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: components/user_manager/user.h

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698