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

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

Issue 10590004: [cros] Fake a stub user login when no --login-manager and --login-user are given. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Further test fixes. Created 8 years, 6 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 f8be165695db5c641844f3e51961f8e0e201e300..703ab26621acbfa2b827e8fe42a70e45b607f20c 100644
--- a/chrome/browser/chromeos/login/user_manager.h
+++ b/chrome/browser/chromeos/login/user_manager.h
@@ -40,6 +40,9 @@ class UserManager {
// A vector pref of the users who have logged into the device.
static const char kLoggedInUsers[];
+ // Username for stub login when not running on ChromeOS.
+ static const char kStubUser[];
+
// A dictionary that maps usernames to file paths to their wallpapers.
// Deprecated. Will remove this const char after done migration.
static const char kUserWallpapers[];

Powered by Google App Engine
This is Rietveld 408576698