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

Unified Diff: content/browser/frame_host/test_render_frame_host.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/test_render_frame_host.cc
===================================================================
--- content/browser/frame_host/test_render_frame_host.cc (revision 238504)
+++ content/browser/frame_host/test_render_frame_host.cc (working copy)
@@ -7,10 +7,12 @@
namespace content {
TestRenderFrameHost::TestRenderFrameHost(RenderViewHostImpl* render_view_host,
+ RenderFrameHostDelegate* delegate,
FrameTree* frame_tree,
int routing_id,
bool is_swapped_out)
: RenderFrameHostImpl(render_view_host,
+ delegate,
frame_tree,
routing_id,
is_swapped_out) {}

Powered by Google App Engine
This is Rietveld 408576698