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

Unified Diff: chrome/browser/chromeos/login/user_manager.h

Issue 14927015: Translate device-local account IDs to user IDs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser_tests. Created 7 years, 7 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/chromeos/login/user_manager.h
diff --git a/chrome/browser/chromeos/login/user_manager.h b/chrome/browser/chromeos/login/user_manager.h
index 442e4a72b42c7c8e5cbc50949a238c57ff562073..b7152542918fc504df1144318f2de362343eba6f 100644
--- a/chrome/browser/chromeos/login/user_manager.h
+++ b/chrome/browser/chromeos/login/user_manager.h
@@ -63,9 +63,6 @@ class UserManager {
// Domain that is used for all locally managed users.
static const char kLocallyManagedUserDomain[];
- // Domain that is used for kiosk app robot.
- static const char kKioskAppUserDomain[];
-
// Creates the singleton instance. This method is not thread-safe and must be
// called from the main UI thread.
static void Initialize();

Powered by Google App Engine
This is Rietveld 408576698