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

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

Issue 15718003: Add SessionStateObserver with ActiveUserChanged() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge & reviews Created 7 years, 7 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_impl.h
diff --git a/chrome/browser/chromeos/login/user_manager_impl.h b/chrome/browser/chromeos/login/user_manager_impl.h
index 510eee9cf69734c0935210d12a57a0fc74af01a8..63be8224afa40ed38392a255e27c2a336d8176bf 100644
--- a/chrome/browser/chromeos/login/user_manager_impl.h
+++ b/chrome/browser/chromeos/login/user_manager_impl.h
@@ -262,6 +262,9 @@ class UserManagerImpl
// Notifies observers that merge session state had changed.
void NotifyMergeSessionStateChanged();
+ // Notifies observers that active user has changed.
+ void NotifyActiveUserChanged(const User* active_user);
+
// Notifies observers that active user_id hash has changed.
void NotifyActiveUserHashChanged(const std::string& hash);

Powered by Google App Engine
This is Rietveld 408576698