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); |