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

Unified Diff: chrome/browser/extensions/api/autotest_private/autotest_private_api.cc

Issue 13495003: Add LoginState class to src/chromeos/login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback round 1 Created 7 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
Index: chrome/browser/extensions/api/autotest_private/autotest_private_api.cc
diff --git a/chrome/browser/extensions/api/autotest_private/autotest_private_api.cc b/chrome/browser/extensions/api/autotest_private/autotest_private_api.cc
index d62199f989b050d458bfb266c55c12b8ec0c67dc..82f97a4a66967abaaa6a285c47e9cdb3d1e60e20 100644
--- a/chrome/browser/extensions/api/autotest_private/autotest_private_api.cc
+++ b/chrome/browser/extensions/api/autotest_private/autotest_private_api.cc
@@ -37,8 +37,6 @@ std::string GetUserLoginStatus() {
return std::string("retail");
case ash::user::LOGGED_IN_PUBLIC:
return std::string("public");
- case ash::user::LOGGED_IN_LOCALLY_MANAGED:
bartfab (slow) 2013/04/05 13:16:33 Locally managed users are still in flux. Please le
stevenjb 2013/04/05 18:17:15 Done.
- return std::string("local");
case ash::user::LOGGED_IN_KIOSK_APP:
return std::string("kiosk");
case ash::user::LOGGED_IN_NONE:

Powered by Google App Engine
This is Rietveld 408576698