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 11b65fb3f822a60a1ed2a3f31882cd45200a9876..ff021ce9da43717bfd36eecf2de954fc7d130504 100644 |
--- a/chrome/browser/chromeos/login/user_manager_impl.h |
+++ b/chrome/browser/chromeos/login/user_manager_impl.h |
@@ -279,6 +279,9 @@ class UserManagerImpl |
// Notifies observers that active user has changed. |
void NotifyActiveUserChanged(const User* active_user); |
+ // Notifies observers that another user was added to the session. |
+ void NotifyUserAddedToSession(const User* added_user); |
+ |
// Notifies observers that active user_id hash has changed. |
void NotifyActiveUserHashChanged(const std::string& hash); |