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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 7861024: Adds testing infrastructure to web_ui_browsertest to support testing HtmlDialogs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Run testDetails asserts in function that catches assertion failures as well. Created 9 years, 3 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/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index bdecc9baa08d8ccd2d7d84f5d04c275851988239..84c6207f1cd97deb08e599c2aa25b09cb1e455cb 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -71,6 +71,9 @@ enum NotificationType {
// traversal. The source is the browser, there are no details.
NOTIFICATION_FOCUS_RETURNED_TO_BROWSER,
+ // Sent after an HtmlDialog dialog has been shown. The source is the dialog.
+ NOTIFICATION_HTML_DIALOG_SHOWN,
+
// Application-modal dialogs -----------------------------------------------
// Sent after an application-modal dialog has been shown. The source

Powered by Google App Engine
This is Rietveld 408576698