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

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 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
« no previous file with comments | « components/policy/core/common/cloud/cloud_policy_constants.h ('k') | components/user_manager/user.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/user.h
diff --git a/components/user_manager/user.h b/components/user_manager/user.h
index 7e2c3f329ac8cfefad219b287ba52fe1ebca3c0a..e5a45f3b09eb77ae2664fdeee5c6b323db02bd2c 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);
« no previous file with comments | « components/policy/core/common/cloud/cloud_policy_constants.h ('k') | components/user_manager/user.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698