| Index: chrome/browser/ui/webui/constrained_html_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/constrained_html_ui.cc (revision 110971)
|
| +++ chrome/browser/ui/webui/constrained_html_ui.cc (working copy)
|
| @@ -52,6 +52,8 @@
|
| chrome::NOTIFICATION_HTML_DIALOG_SHOWN,
|
| content::Source<WebUI>(this),
|
| content::NotificationService::NoDetails());
|
| +
|
| + ChromeWebUI::RenderViewCreated(render_view_host);
|
| }
|
|
|
| void ConstrainedHtmlUI::OnDialogCloseMessage(const ListValue* args) {
|
|
|