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

Unified Diff: content/child/resource_dispatcher_unittest.cc

Issue 22254005: UMA data collector for cross-site documents(XSD) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: blocking code gets simpler and testcase is moved to /content 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
Index: content/child/resource_dispatcher_unittest.cc
diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc
index f5374966cd8a417e46bc4ff7a62398061ac41de6..00259e10c23a25ec9c42315cf1ca09793e698485 100644
--- a/content/child/resource_dispatcher_unittest.cc
+++ b/content/child/resource_dispatcher_unittest.cc
@@ -176,7 +176,9 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender {
request_info.routing_id = 0;
RequestExtraData extra_data(WebKit::WebReferrerPolicyDefault,
WebKit::WebString(),
- false, true, 0, false, -1, true,
+ false, true, 0,
+ GURL(),
Charlie Reis 2013/08/22 18:23:30 Style nit: There's room for GURL() on the existing
dsjang 2013/08/22 19:05:55 Done.
+ false, -1, true,
PAGE_TRANSITION_LINK, -1, -1);
request_info.extra_data = &extra_data;

Powered by Google App Engine
This is Rietveld 408576698