| Index: chrome/common/notification_type.h
|
| diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
|
| index 93cbbaf98d23168026f1f64d3f745d2a9d27238c..d56a0b01b4bded18deb1450d46d420ef77647406 100644
|
| --- a/chrome/common/notification_type.h
|
| +++ b/chrome/common/notification_type.h
|
| @@ -215,6 +215,16 @@ class NotificationType {
|
| // Linux.
|
| ACTIVE_WINDOW_CHANGED,
|
|
|
| + // Application-modal dialogs -----------------------------------------------
|
| +
|
| + // Sent after an application-modal dialog has been shown. The source
|
| + // is the dialog.
|
| + APP_MODAL_DIALOG_SHOWN,
|
| +
|
| + // Sent after an application-modal dialog has been closed. The source
|
| + // is the dialog.
|
| + APP_MODAL_DIALOG_CLOSED,
|
| +
|
| // Tabs --------------------------------------------------------------------
|
|
|
| // This notification is sent after a tab has been appended to the
|
|
|