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

Unified Diff: content/renderer/render_frame_impl.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/public/common/content_switches.cc ('k') | content/test/data/cross_site_document_request.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.cc
===================================================================
--- content/renderer/render_frame_impl.cc (revision 219467)
+++ content/renderer/render_frame_impl.cc (working copy)
@@ -544,7 +544,6 @@
was_after_preconnect_request,
(frame == top_frame),
frame->identifier(),
- GURL(frame->document().securityOrigin().toString()),
frame->parent() == top_frame,
frame->parent() ? frame->parent()->identifier() : -1,
navigation_state->allow_download(),
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/test/data/cross_site_document_request.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698