Index: chrome/browser/ui/webui/constrained_html_ui.cc |
diff --git a/chrome/browser/ui/webui/constrained_html_ui.cc b/chrome/browser/ui/webui/constrained_html_ui.cc |
index 6549242a4b9f2372f9abf57b5c816d8c1e3e8f9f..9afb84cc35b1fb1f8cabbeb333119cddea810185 100644 |
--- a/chrome/browser/ui/webui/constrained_html_ui.cc |
+++ b/chrome/browser/ui/webui/constrained_html_ui.cc |
@@ -52,7 +52,7 @@ void ConstrainedHtmlUI::RenderViewCreated(RenderViewHost* render_view_host) { |
content::NotificationService::current()->Notify( |
chrome::NOTIFICATION_HTML_DIALOG_SHOWN, |
content::Source<WebUI>(this), |
- content::NotificationService::NoDetails()); |
+ content::Details<RenderViewHost>(render_view_host)); |
} |
void ConstrainedHtmlUI::OnDialogCloseMessage(const ListValue* args) { |