| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index bdecc9baa08d8ccd2d7d84f5d04c275851988239..ed4b69173a1f8e39ad3eb63b2441b104e4a568fd 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -899,6 +899,12 @@ enum NotificationType {
|
| // Sent when all nonblocking bounds animations are finished across panels.
|
| NOTIFICATION_PANEL_BOUNDS_ANIMATIONS_FINISHED,
|
|
|
| + // Sent when a global error has changed and the error UI should update it
|
| + // self. The source is a Source<Profile> containing the profile for the
|
| + // error. The detail is a GlobalError object that has changed or NULL if
|
| + // all error UIs should update.
|
| + NOTIFICATION_GLOBAL_ERRORS_CHANGED,
|
| +
|
| // Note:-
|
| // Currently only Content and Chrome define and use notifications.
|
| // Custom notifications not belonging to Content and Chrome should start
|
|
|