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/common/resource_messages.h

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/resource_dispatcher_unittest.cc ('k') | content/public/browser/resource_request_details.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index 063bfd63231ac91514ab4180381e4d58abbb94d3..00ba724d19297fbaab3fd16e1a1553eb18b1ae80 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -185,16 +185,12 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request)
// True if |frame_id| is the main frame of a RenderView.
IPC_STRUCT_MEMBER(bool, is_main_frame)
- // Identifies the frame within the RenderView that sent the request.
- // -1 if unknown / invalid.
- IPC_STRUCT_MEMBER(int64, frame_id)
-
- // True if |parent_frame_id| is the main frame of a RenderView.
+ // True if |parent_render_frame_id| is the main frame of a RenderView.
IPC_STRUCT_MEMBER(bool, parent_is_main_frame)
// Identifies the parent frame of the frame that sent the request.
// -1 if unknown / invalid.
- IPC_STRUCT_MEMBER(int64, parent_frame_id)
+ IPC_STRUCT_MEMBER(int, parent_render_frame_id)
IPC_STRUCT_MEMBER(content::PageTransition, transition_type)
« no previous file with comments | « content/child/resource_dispatcher_unittest.cc ('k') | content/public/browser/resource_request_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698