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

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

Issue 8976012: chromeos: Implement power button animations for Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use aura::RootWindow::ShowCursor() to hide cursor Created 9 years 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 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();

Powered by Google App Engine
This is Rietveld 408576698