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

Unified Diff: content/browser/loader/resource_scheduler_unittest.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
« no previous file with comments | « content/browser/loader/resource_request_info_impl.cc ('k') | content/browser/plugin_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/resource_scheduler_unittest.cc
===================================================================
--- content/browser/loader/resource_scheduler_unittest.cc (revision 238847)
+++ content/browser/loader/resource_scheduler_unittest.cc (working copy)
@@ -148,6 +148,7 @@
route_id, // route_id
0, // origin_pid
++next_request_id_, // request_id
+ MSG_ROUTING_NONE, // render_frame_id
false, // is_main_frame
0, // frame_id
false, // parent_is_main_frame
« no previous file with comments | « content/browser/loader/resource_request_info_impl.cc ('k') | content/browser/plugin_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698