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

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

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.h
diff --git a/content/browser/webui/web_ui_impl.h b/content/browser/webui/web_ui_impl.h
index d38da2a80062b8d6b280274dc1578bccef1fee1d..4a433190339bec080de28ae3195728b686baabab 100644
--- a/content/browser/webui/web_ui_impl.h
+++ b/content/browser/webui/web_ui_impl.h
@@ -25,11 +25,6 @@ class CONTENT_EXPORT WebUIImpl : public WebUI,
WebUIImpl(WebContents* contents, const std::string& frame_name);
~WebUIImpl() override;
- // Called by WebContentsImpl when the RenderView is first created. This is
- // *not* called for every page load because in some cases
- // RenderFrameHostManager will reuse RenderView instances.
- void RenderViewCreated(RenderViewHost* render_view_host);
-
// WebUI implementation:
WebContents* GetWebContents() const override;
WebUIController* GetController() const override;

Powered by Google App Engine
This is Rietveld 408576698