Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index e1ad04d6b8d2021143529047d0a84c61b5ae9438..f455668deb1545507d11e38d6ed80ff6f3325d72 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -71,7 +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. |
+ // Sent after an HtmlDialog dialog has been shown. The source is the |
+ // dialog. The details is a Details<RenderViewHost> with a pointer to the RVH |
+ // for the shown dialog. |
NOTIFICATION_HTML_DIALOG_SHOWN, |
// Application-modal dialogs ----------------------------------------------- |