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

Unified Diff: content/browser/frame_host/interstitial_page_impl.cc

Issue 103633002: Add RenderFrameHostDelegate and plumb it through all the necessary classes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years 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/frame_host/interstitial_page_impl.cc
===================================================================
--- content/browser/frame_host/interstitial_page_impl.cc (revision 238504)
+++ content/browser/frame_host/interstitial_page_impl.cc (working copy)
@@ -161,7 +161,7 @@
// While we get the code to a point to do this, pass NULL for it.
// TODO(creis): We will also need to pass delegates for the RVHM as we
// start to use it.
- frame_tree_(new Navigator(NULL, this), NULL, NULL, NULL),
+ frame_tree_(new Navigator(NULL, this), NULL, NULL, NULL, NULL),
original_child_id_(web_contents->GetRenderProcessHost()->GetID()),
original_rvh_id_(web_contents->GetRenderViewHost()->GetRoutingID()),
should_revert_web_contents_title_(false),
@@ -526,6 +526,7 @@
return RenderViewHostFactory::Create(site_instance.get(),
this,
this,
+ this,
MSG_ROUTING_NONE,
MSG_ROUTING_NONE,
false,
« no previous file with comments | « content/browser/frame_host/interstitial_page_impl.h ('k') | content/browser/frame_host/render_frame_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698