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

Unified Diff: trunk/src/content/test/test_render_view_host_factory.cc

Issue 105523006: Revert 241151 "Make RenderFrameHostManager swap RenderFrameHosts..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
« no previous file with comments | « trunk/src/content/test/test_render_view_host_factory.h ('k') | trunk/src/content/test/test_web_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/test/test_render_view_host_factory.cc
===================================================================
--- trunk/src/content/test/test_render_view_host_factory.cc (revision 241158)
+++ trunk/src/content/test/test_render_view_host_factory.cc (working copy)
@@ -29,13 +29,14 @@
RenderViewHost* TestRenderViewHostFactory::CreateRenderViewHost(
SiteInstance* instance,
RenderViewHostDelegate* delegate,
+ RenderFrameHostDelegate* frame_delegate,
RenderWidgetHostDelegate* widget_delegate,
int routing_id,
int main_frame_routing_id,
bool swapped_out) {
return new TestRenderViewHost(
- instance, delegate, widget_delegate, routing_id, main_frame_routing_id,
- swapped_out);
+ instance, delegate, frame_delegate, widget_delegate, routing_id,
+ main_frame_routing_id, swapped_out);
}
} // namespace content
« no previous file with comments | « trunk/src/content/test/test_render_view_host_factory.h ('k') | trunk/src/content/test/test_web_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698