| Index: components/user_manager/user_manager_base.h
|
| diff --git a/components/user_manager/user_manager_base.h b/components/user_manager/user_manager_base.h
|
| index fc22c5e1e698f74e9730169153ec40e42efc75dc..b30015f0ecc7333939cdd05a1d728a1a99e2f94a 100644
|
| --- a/components/user_manager/user_manager_base.h
|
| +++ b/components/user_manager/user_manager_base.h
|
| @@ -104,6 +104,11 @@ class USER_MANAGER_EXPORT UserManagerBase : public UserManager {
|
| void RemoveSessionStateObserver(
|
| UserManager::UserSessionStateObserver* obs) override;
|
| void NotifyLocalStateChanged() override;
|
| + void NotifyUserImageChanged(const User& user) override;
|
| + void NotifyUserProfileImageUpdateFailed(const User& user) override;
|
| + void NotifyUserProfileImageUpdated(
|
| + const User& user,
|
| + const gfx::ImageSkia& profile_image) override;
|
| void ChangeUserChildStatus(User* user, bool is_child) override;
|
| void Initialize() override;
|
|
|
|
|