Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index 60f62ea7779b2f04cd86e0f819d45ef5c800012e..10f8775bba7b9a50acfff50d96290685584e7be7 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 |