| 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 9362951c6da177cdbd2488b02a9b55dc2a2b62c9..58308f50be4b6f5bb5a083096480864714ef6de3 100644
|
| --- a/chrome/browser/chromeos/login/user_manager.h
|
| +++ b/chrome/browser/chromeos/login/user_manager.h
|
| @@ -38,6 +38,9 @@ class RemoveUserDelegate;
|
| class UserManager : public ProfileDownloaderDelegate,
|
| public content::NotificationObserver {
|
| public:
|
| + // Email address assigned to the guest/incognito user.
|
| + static const char kGuestUser[];
|
| +
|
| // Returns a shared instance of a UserManager. Not thread-safe, should only be
|
| // called from the main UI thread.
|
| static UserManager* Get();
|
|
|