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

Unified Diff: content/browser/loader/resource_request_info_impl.h

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_request_info_impl.h
===================================================================
--- content/browser/loader/resource_request_info_impl.h (revision 238847)
+++ content/browser/loader/resource_request_info_impl.h (working copy)
@@ -45,6 +45,7 @@
int route_id,
int origin_pid,
int request_id,
+ int render_frame_id,
bool is_main_frame,
int64 frame_id,
bool parent_is_main_frame,
@@ -68,6 +69,7 @@
virtual int GetRouteID() const OVERRIDE;
virtual int GetOriginPID() const OVERRIDE;
virtual int GetRequestID() const OVERRIDE;
+ virtual int GetRenderFrameID() const OVERRIDE;
virtual bool IsMainFrame() const OVERRIDE;
virtual int64 GetFrameID() const OVERRIDE;
virtual bool ParentIsMainFrame() const OVERRIDE;
@@ -164,6 +166,7 @@
int route_id_;
int origin_pid_;
int request_id_;
+ int render_frame_id_;
bool is_main_frame_;
int64 frame_id_;
bool parent_is_main_frame_;
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | content/browser/loader/resource_request_info_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698