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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 648833004: Componentize app_modal_dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: owners Created 6 years, 2 months 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
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

Powered by Google App Engine
This is Rietveld 408576698