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

Unified Diff: ash/session_state_observer.h

Issue 26359003: Adding "UserAddedToSession" notifier to the SessionStateObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/user_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/session_state_observer.h
diff --git a/ash/session_state_observer.h b/ash/session_state_observer.h
index f4fad9dbf913f9e37e1bb963b5fe32669285afe5..1de31cd1db72b0e6ef1ff54ec7447804ff921a8e 100644
--- a/ash/session_state_observer.h
+++ b/ash/session_state_observer.h
@@ -16,6 +16,9 @@ class ASH_EXPORT SessionStateObserver {
// Called when active user has changed.
virtual void ActiveUserChanged(const std::string& user_id) {}
+ // Called when another user gets added to the existing session.
+ virtual void UserAddedToSession(const std::string& user_id) {}
+
protected:
virtual ~SessionStateObserver() {}
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/user_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698