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

Unified Diff: content/child/request_extra_data.cc

Issue 184873004: Update resource requests to remove redundant frame ID. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comments Created 6 years, 10 months 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/child/request_extra_data.h ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/request_extra_data.cc
diff --git a/content/child/request_extra_data.cc b/content/child/request_extra_data.cc
index 54f4b9d2f897f3799e54056f15352bb2661c6751..adc53e8f132e0e1189ab8d610eddd8bac825f5a9 100644
--- a/content/child/request_extra_data.cc
+++ b/content/child/request_extra_data.cc
@@ -14,10 +14,9 @@ RequestExtraData::RequestExtraData(
bool was_after_preconnect_request,
int render_frame_id,
bool is_main_frame,
- int64 frame_id,
const GURL& frame_origin,
bool parent_is_main_frame,
- int64 parent_frame_id,
+ int parent_render_frame_id,
bool allow_download,
PageTransition transition_type,
bool should_replace_current_entry,
@@ -28,10 +27,9 @@ RequestExtraData::RequestExtraData(
visibility_state_(visibility_state),
render_frame_id_(render_frame_id),
is_main_frame_(is_main_frame),
- frame_id_(frame_id),
frame_origin_(frame_origin),
parent_is_main_frame_(parent_is_main_frame),
- parent_frame_id_(parent_frame_id),
+ parent_render_frame_id_(parent_render_frame_id),
allow_download_(allow_download),
transition_type_(transition_type),
should_replace_current_entry_(should_replace_current_entry),
« no previous file with comments | « content/child/request_extra_data.h ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698