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

Unified Diff: content/child/request_extra_data.h

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/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/request_extra_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/request_extra_data.h
===================================================================
--- content/child/request_extra_data.h (revision 219467)
+++ content/child/request_extra_data.h (working copy)
@@ -22,7 +22,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,
@@ -33,7 +32,6 @@
bool is_main_frame() const { return is_main_frame_; }
int64 frame_id() const { return frame_id_; }
- GURL frame_origin() const { return frame_origin_; }
bool parent_is_main_frame() const { return parent_is_main_frame_; }
int64 parent_frame_id() const { return parent_frame_id_; }
bool allow_download() const { return allow_download_; }
@@ -48,7 +46,6 @@
private:
bool is_main_frame_;
int64 frame_id_;
- GURL frame_origin_;
bool parent_is_main_frame_;
int64 parent_frame_id_;
bool allow_download_;
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/request_extra_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698