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

Unified Diff: components/user_manager/user_manager_base.h

Issue 2568973002: chromeos: Replace user image notifications with observer (Closed)
Patch Set: rebase Created 4 years 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 | « components/user_manager/user_manager.cc ('k') | components/user_manager/user_manager_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « components/user_manager/user_manager.cc ('k') | components/user_manager/user_manager_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698