Commit 502b35e6 authored by mpearson@chromium.org's avatar mpearson@chromium.org

Re-enable HistoryQuick provider "new scoring" field trial.

I forgot to re-enable it after tuning parameters in http://codereview.chromium.org/10782017/

BUG=


Review URL: https://chromiumcodereview.appspot.com/10823152

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149764 0039d316-1c4b-4281-b951-d872f2087c98
parent df0c0672
......@@ -32,11 +32,11 @@ const base::FieldTrial::Probability
// will decide what behavior (if any) to change based on the group.
const int kSuggestFieldTrialNumberOfGroups = 20;
// For History Quick Provider new scoring field trial, put 0% ( = 0/100 )
// For History Quick Provider new scoring field trial, put 25% ( = 25/100 )
// of the users in the new scoring experiment group.
const base::FieldTrial::Probability kHQPNewScoringFieldTrialDivisor = 100;
const base::FieldTrial::Probability
kHQPNewScoringFieldTrialExperimentFraction = 0;
kHQPNewScoringFieldTrialExperimentFraction = 25;
// Field trial IDs.
// Though they are not literally "const", they are set only once, in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment