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

Unified Diff: chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.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
Index: chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h
diff --git a/chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h b/chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h
index 925ae1ce7c2cfc8848a409d4ae0add608753a339..6b76df1649dabaf9d54845d68d8a862aef5253b6 100644
--- a/chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h
+++ b/chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h
@@ -136,7 +136,7 @@ class UserImageManagerImpl
// Called when a Job updates the copy of the user image held in
// memory. Allows |this| to update |downloaded_profile_image_| and
- // send a NOTIFICATION_LOGIN_USER_IMAGE_CHANGED notification.
+ // notify user manager about user image change.
void OnJobChangedUserImage();
// Called when a Job for the user finishes.

Powered by Google App Engine
This is Rietveld 408576698