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

Side by Side Diff: ash/system/user/login_status.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 unified diff | Download patch
« no previous file with comments | « ash/system/date/date_default_view.cc ('k') | ash/system/user/login_status.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_SYSTEM_USER_LOGIN_STATUS_H_ 5 #ifndef ASH_SYSTEM_USER_LOGIN_STATUS_H_
6 #define ASH_SYSTEM_USER_LOGIN_STATUS_H_ 6 #define ASH_SYSTEM_USER_LOGIN_STATUS_H_
7 7
8 #include "base/strings/string16.h" 8 #include "base/strings/string16.h"
9 9
10 namespace ash { 10 namespace ash {
11 namespace user { 11 namespace user {
12 12
13 enum LoginStatus { 13 enum LoginStatus {
14 LOGGED_IN_NONE, // Not logged in 14 LOGGED_IN_NONE, // Not logged in
15 LOGGED_IN_LOCKED, // A user has locked the screen 15 LOGGED_IN_LOCKED, // A user has locked the screen
16 LOGGED_IN_USER, // A regular user is logged in 16 LOGGED_IN_USER, // A regular user is logged in
17 LOGGED_IN_OWNER, // The owner of the device is logged in 17 LOGGED_IN_OWNER, // The owner of the device is logged in
18 LOGGED_IN_GUEST, // A guest is logged in (i.e. incognito) 18 LOGGED_IN_GUEST, // A guest is logged in (i.e. incognito)
19 LOGGED_IN_RETAIL_MODE, // Is in retail mode
20 LOGGED_IN_PUBLIC, // A public account is logged in 19 LOGGED_IN_PUBLIC, // A public account is logged in
21 LOGGED_IN_SUPERVISED, // A supervised user is logged in 20 LOGGED_IN_SUPERVISED, // A supervised user is logged in
22 LOGGED_IN_KIOSK_APP // Is in kiosk app mode 21 LOGGED_IN_KIOSK_APP // Is in kiosk app mode
23 }; 22 };
24 23
25 base::string16 GetLocalizedSignOutStringForStatus(LoginStatus status, 24 base::string16 GetLocalizedSignOutStringForStatus(LoginStatus status,
26 bool multiline); 25 bool multiline);
27 26
28 } // namespace user 27 } // namespace user
29 } // namespace ash 28 } // namespace ash
30 29
31 #endif // ASH_SYSTEM_USER_LOGIN_STATUS_H_ 30 #endif // ASH_SYSTEM_USER_LOGIN_STATUS_H_
OLDNEW
« no previous file with comments | « ash/system/date/date_default_view.cc ('k') | ash/system/user/login_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698