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

Unified Diff: ash/login_status.h

Issue 2734733002: Revert "chromeos: Move files in //ash/common to //ash, part 3" (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « ash/keyboard/keyboard_ui_observer.h ('k') | ash/magnifier/magnification_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/login_status.h
diff --git a/ash/login_status.h b/ash/login_status.h
deleted file mode 100644
index 072c29c4e43d5c24e19722cdbb3d4f3a5cbd5425..0000000000000000000000000000000000000000
--- a/ash/login_status.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef ASH_LOGIN_STATUS_H_
-#define ASH_LOGIN_STATUS_H_
-
-namespace ash {
-
-enum class LoginStatus {
- NOT_LOGGED_IN, // Not logged in
- LOCKED, // A user has locked the screen
- USER, // A regular user is logged in
- OWNER, // The owner of the device is logged in
- GUEST, // A guest is logged in (i.e. incognito)
- PUBLIC, // A public account is logged in
- SUPERVISED, // A supervised user is logged in
- KIOSK_APP, // Is in kiosk app mode
- ARC_KIOSK_APP // Is in ARC kiosk mode
-};
-
-} // namespace ash
-
-#endif // ASH_LOGIN_STATUS_H_
« no previous file with comments | « ash/keyboard/keyboard_ui_observer.h ('k') | ash/magnifier/magnification_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698