| 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[];
|
|
|