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

Unified Diff: chrome/common/notification_type.h

Issue 149460: Convert JavascriptAlertActivatesTab to browser_tests framework. (Closed)
Patch Set: kill duplication Created 11 years, 5 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
« no previous file with comments | « chrome/browser/browser_uitest.cc ('k') | chrome/test/ui_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/browser_uitest.cc ('k') | chrome/test/ui_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698