| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index a781c358e26d138225023ae260b2e7e7b0b85d0b..c396581a27339577fe29410abccc8d1b4126897e 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -890,12 +890,6 @@ enum NotificationType {
|
| // The details are a chromeos::User object.
|
| NOTIFICATION_LOGIN_USER_CHANGED,
|
|
|
| - // Sent when a chromium os active user has changed.
|
| - // The details are a chromeos::User object.
|
| - // This notification is _not_ sent when user logs in to a new or existing
|
| - // session because NOTIFICATION_LOGIN_USER_CHANGED is sent instead.
|
| - NOTIFICATION_ACTIVE_USER_CHANGED,
|
| -
|
| // Sent immediately after the logged-in user's profile is ready.
|
| // The details are a Profile object.
|
| NOTIFICATION_LOGIN_USER_PROFILE_PREPARED,
|
|
|