diff options
author | kouhei@chromium.org <kouhei@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-30 07:16:52 +0000 |
---|---|---|
committer | kouhei@chromium.org <kouhei@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-30 07:16:52 +0000 |
commit | 798a1b069246a628ed772a60598d5f2ad4a13ce9 (patch) | |
tree | c503c6b69119e050f71b66b853edd6d0a856892c /content/child/resource_dispatcher_unittest.cc | |
parent | 3a86a71669173b4f334c9a9103409051fccc728a (diff) | |
download | chromium_src-798a1b069246a628ed772a60598d5f2ad4a13ce9.zip chromium_src-798a1b069246a628ed772a60598d5f2ad4a13ce9.tar.gz chromium_src-798a1b069246a628ed772a60598d5f2ad4a13ce9.tar.bz2 |
Add the UMA PLT.BeginToFinish{,Doc}_AfterPreconnectRequest to measure PLT just after mouseevent preconnect triggers.
[Note to sheriff] This patch requires blink patch http://crrev.com/18598003 to be landed first.
This UMA aims to measure PLT on link navigations with {mouse,gesture}-event preconnects. The PLT is to be compared between experiment/control groups using Finch.
BUG=235361
Review URL: https://chromiumcodereview.appspot.com/18601004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/child/resource_dispatcher_unittest.cc')
-rw-r--r-- | content/child/resource_dispatcher_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc index 6b5eb40..f537496 100644 --- a/content/child/resource_dispatcher_unittest.cc +++ b/content/child/resource_dispatcher_unittest.cc @@ -176,7 +176,7 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender { request_info.routing_id = 0; RequestExtraData extra_data(WebKit::WebReferrerPolicyDefault, WebKit::WebString(), - true, 0, false, -1, true, + false, true, 0, false, -1, true, PAGE_TRANSITION_LINK, -1, -1); request_info.extra_data = &extra_data; |