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

Unified Diff: content/renderer/render_frame_impl.cc

Issue 22254005: UMA data collector for cross-site documents(XSD) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: a problem with refcounted is fixed 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
« content/child/site_isolation_policy.h ('K') | « content/content_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.cc
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
index 92bfb3d6a3cf230ce5cc86dc21238ab1ee03e6b3..751c15ea0e3c1ca105aafb04b36576cfeb3635fc 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -67,6 +67,7 @@ using WebKit::WebVector;
using WebKit::WebView;
using base::Time;
using base::TimeDelta;
+
Charlie Reis 2013/08/19 16:20:06 nit: No extra line here.
dsjang 2013/08/19 21:37:18 Done.
using webkit_glue::WebURLResponseExtraDataImpl;
namespace content {
@@ -560,6 +561,7 @@ void RenderFrameImpl::willSendRequest(
was_after_preconnect_request,
(frame == top_frame),
frame->identifier(),
+ frame->document().securityOrigin().toString(),
frame->parent() == top_frame,
frame->parent() ? frame->parent()->identifier() : -1,
navigation_state->allow_download(),
« content/child/site_isolation_policy.h ('K') | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698