diff options
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/instant/instant_field_trial.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/instant/instant_field_trial.cc b/chrome/browser/instant/instant_field_trial.cc index 7cbf61e..65c6a44 100644 --- a/chrome/browser/instant/instant_field_trial.cc +++ b/chrome/browser/instant/instant_field_trial.cc @@ -31,10 +31,10 @@ void InstantFieldTrial::Activate() { return; trial->UseOneTimeRandomization(); - g_control_group_id_1 = trial->AppendGroup("InstantControl1", 450); // 45% - g_control_group_id_2 = trial->AppendGroup("InstantControl2", 450); // 45% - g_experiment_group_id_1 = trial->AppendGroup("InstantExperiment1", 50); // 5% - g_experiment_group_id_2 = trial->AppendGroup("InstantExperiment2", 50); // 5% + g_control_group_id_1 = trial->AppendGroup("InstantControl1", 495); + g_control_group_id_2 = trial->AppendGroup("InstantControl2", 495); + g_experiment_group_id_1 = trial->AppendGroup("InstantExperiment1", 5); + g_experiment_group_id_2 = trial->AppendGroup("InstantExperiment2", 5); } // static |