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

Unified Diff: content/child/request_extra_data.cc

Issue 22876029: Revert 219383 "UMA data collector for cross-site documents(XSD)" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1610/src/
Patch Set: Created 7 years, 4 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.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/request_extra_data.cc
===================================================================
--- content/child/request_extra_data.cc (revision 219467)
+++ content/child/request_extra_data.cc (working copy)
@@ -14,7 +14,6 @@
bool was_after_preconnect_request,
bool is_main_frame,
int64 frame_id,
- const GURL& frame_origin,
bool parent_is_main_frame,
int64 parent_frame_id,
bool allow_download,
@@ -26,7 +25,6 @@
was_after_preconnect_request),
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),
allow_download_(allow_download),
« no previous file with comments | « content/child/request_extra_data.h ('k') | content/child/resource_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698