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(); |