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

Unified Diff: content/browser/loader/resource_dispatcher_host_impl.cc

Issue 107183002: Move more of the plugin code in the renderer to use RenderFrame instead of RenderView. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments 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/loader/resource_dispatcher_host_impl.cc
===================================================================
--- content/browser/loader/resource_dispatcher_host_impl.cc (revision 238847)
+++ content/browser/loader/resource_dispatcher_host_impl.cc (working copy)
@@ -1100,6 +1100,7 @@
route_id,
request_data.origin_pid,
request_id,
+ request_data.render_frame_id,
request_data.is_main_frame,
request_data.frame_id,
request_data.parent_is_main_frame,
@@ -1271,6 +1272,7 @@
route_id,
0,
request_id_,
+ MSG_ROUTING_NONE, // render_frame_id
false, // is_main_frame
-1, // frame_id
false, // parent_is_main_frame
« no previous file with comments | « content/browser/loader/buffered_resource_handler.cc ('k') | content/browser/loader/resource_request_info_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698