Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: content/browser/webui/web_ui_impl.cc

Issue 1352813006: Move WebUI ownership from the RenderFrameHostManager to the RenderFrameHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More test fixes and improvements but the code is stil a WIP! Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/webui/web_ui_impl.cc
diff --git a/content/browser/webui/web_ui_impl.cc b/content/browser/webui/web_ui_impl.cc
index c3ed17b34fdb32bf2538eaa231857e6f58d9be87..a0cdda9ea8c7f6a280f765cb46c46a7ebc01b572 100644
--- a/content/browser/webui/web_ui_impl.cc
+++ b/content/browser/webui/web_ui_impl.cc
@@ -83,10 +83,6 @@ void WebUIImpl::OnWebUISend(const GURL& source_url,
ProcessWebUIMessage(source_url, message, args);
}
-void WebUIImpl::RenderViewCreated(RenderViewHost* render_view_host) {
- controller_->RenderViewCreated(render_view_host);
-}
-
WebContents* WebUIImpl::GetWebContents() const {
return web_contents_;
}
« content/browser/web_contents/web_contents_impl.cc ('K') | « content/browser/webui/web_ui_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698