Index: chrome/browser/ui/webui/constrained_html_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/constrained_html_ui.cc (revision 117388) |
+++ chrome/browser/ui/webui/constrained_html_ui.cc (working copy) |
@@ -25,15 +25,13 @@ |
g_constrained_html_ui_property_accessor = LAZY_INSTANCE_INITIALIZER; |
ConstrainedHtmlUI::ConstrainedHtmlUI(WebContents* contents) |
- : WebUI(contents) { |
+ : WebUI(contents, this) { |
} |
ConstrainedHtmlUI::~ConstrainedHtmlUI() { |
} |
void ConstrainedHtmlUI::RenderViewCreated(RenderViewHost* render_view_host) { |
- WebUI::RenderViewCreated(render_view_host); |
- |
ConstrainedHtmlUIDelegate* delegate = GetConstrainedDelegate(); |
if (!delegate) |
return; |