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

Unified Diff: components/user_manager/user_type.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
Index: components/user_manager/user_type.h
diff --git a/components/user_manager/user_type.h b/components/user_manager/user_type.h
index 2143f1b0f26d7c7630c6ee8a476234b87e3ae188..ec7b850434690847ea25e42a806ac6493d556d3d 100644
--- a/components/user_manager/user_type.h
+++ b/components/user_manager/user_type.h
@@ -13,9 +13,7 @@ typedef enum {
USER_TYPE_REGULAR = 0,
// Guest user, logs in without authentication.
USER_TYPE_GUEST = 1,
- // Retail mode user, logs in without authentication. This is a special user
- // type used in retail mode only.
- USER_TYPE_RETAIL_MODE = 2,
+ /* USER_TYPE_RETAIL_MODE = 2, // deprecated */
// Public account user, logs in without authentication. Available only if
// enabled through policy.
USER_TYPE_PUBLIC_ACCOUNT = 3,

Powered by Google App Engine
This is Rietveld 408576698