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

Unified Diff: chrome/browser/chrome_notification_types.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 | « no previous file | chrome/browser/chromeos/login/screens/user_image_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index 2e6b7fc4a76f4c0cf885301a75beac9d79370685..39640ae75e3757b0b64e6e15d8b106cd2914c4e1 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -347,16 +347,6 @@ enum NotificationType {
// The details are a chromeos::User object.
NOTIFICATION_SESSION_STARTED,
- // Sent when user image is updated.
- NOTIFICATION_LOGIN_USER_IMAGE_CHANGED,
-
- // Sent by UserManager when a profile image download has been completed.
- NOTIFICATION_PROFILE_IMAGE_UPDATED,
-
- // Sent by UserManager when profile image download has failed or user has the
- // default profile image or no profile image at all. No details are expected.
- NOTIFICATION_PROFILE_IMAGE_UPDATE_FAILED,
-
// Sent when a network error message is displayed on the WebUI login screen.
// First paint event of this fires NOTIFICATION_LOGIN_OR_LOCK_WEBUI_VISIBLE.
NOTIFICATION_LOGIN_NETWORK_ERROR_SHOWN,
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/user_image_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698