Chromium Code Reviews| Index: chrome/browser/chrome_notification_types.h |
| diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h |
| index 4a94b8b103d4d6b8e31decb574a1d07a71c82b22..13033c7a10620897ddcdb8a7f439da9f37286664 100644 |
| --- a/chrome/browser/chrome_notification_types.h |
| +++ b/chrome/browser/chrome_notification_types.h |
| @@ -126,10 +126,6 @@ enum NotificationType { |
| // Application-modal dialogs ----------------------------------------------- |
|
msw
2014/10/22 22:53:31
nit: if you remove the only actually dialog-relate
oshima
2014/10/23 00:44:11
I didn't remove the section and that's why I didn'
msw
2014/10/23 18:41:21
NOTIFICATION_METRIC_EVENT_DURATION can probably be
oshima
2014/10/23 21:44:18
I sent you CL that removes NOTIFICATION_METRIC_EVE
msw
2014/10/23 22:01:24
Acknowledged.
|
| - // Sent after an application-modal dialog has been shown. The source |
| - // is the dialog. |
| - NOTIFICATION_APP_MODAL_DIALOG_SHOWN, |
| - |
| // This message is sent when a new InfoBar has been added to an |
| // InfoBarService. The source is a Source<InfoBarService> with a pointer to |
| // the InfoBarService the InfoBar was added to. The details is a |