summaryrefslogtreecommitdiffstats
path: root/base/field_trial.h
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-20 18:39:08 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-20 18:39:08 +0000
commit510e854f122deaedd5ba31af188105131a4c3b7d (patch)
tree03e6cbdeafa6529ab491fb85f05f6955ba713a70 /base/field_trial.h
parent8f1915d7a94456f029a25abdc64f9a5f6bdd1711 (diff)
downloadchromium_src-510e854f122deaedd5ba31af188105131a4c3b7d.zip
chromium_src-510e854f122deaedd5ba31af188105131a4c3b7d.tar.gz
chromium_src-510e854f122deaedd5ba31af188105131a4c3b7d.tar.bz2
Add a FieldTrial and histograms for measuring impact of http prioritization.
Currently this FieldTrial is measuring the transaction latencies of requests, separated into frame/subframe requests vs subresource requests. We run a 2% holdback experiment where the people in the holdback don't have http prioritization enabled. Add class static method to ResourceDispatcherHost to disable http prioritization. BUG=10486 Review URL: http://codereview.chromium.org/67119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14040 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/field_trial.h')
-rw-r--r--base/field_trial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/field_trial.h b/base/field_trial.h
index 3d922d1..4d04d30 100644
--- a/base/field_trial.h
+++ b/base/field_trial.h
@@ -13,7 +13,7 @@
// pseudo-randomly selected).
//
// States are typically generated randomly, either based on a one time
-// randomization (generated randomly once, and then persitently reused in the
+// randomization (generated randomly once, and then persistently reused in the
// client during each future run of the program), or by a startup randomization
// (generated each time the application starts up, but held constant during the
// duration of the process), or by continuous randomization across a run (where