diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-12 23:20:02 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-12 23:20:02 +0000 |
commit | ef0852829d75436b0b29388a839dcadd2a497fee (patch) | |
tree | 127f49d74be2ec0c379857539516f8f7ffbb0453 /chrome/common/metrics | |
parent | 75d37a45d02ab276898dd3e26c9ef9a6ea0268e2 (diff) | |
download | chromium_src-ef0852829d75436b0b29388a839dcadd2a497fee.zip chromium_src-ef0852829d75436b0b29388a839dcadd2a497fee.tar.gz chromium_src-ef0852829d75436b0b29388a839dcadd2a497fee.tar.bz2 |
Add variation IDs for the iOS NTP experiment.
BUG=316910
TEST=None
Review URL: https://codereview.chromium.org/114133003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240471 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/metrics')
-rw-r--r-- | chrome/common/metrics/variations/variation_ids.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/chrome/common/metrics/variations/variation_ids.h b/chrome/common/metrics/variations/variation_ids.h index 11d5c1b..d521f8b 100644 --- a/chrome/common/metrics/variations/variation_ids.h +++ b/chrome/common/metrics/variations/variation_ids.h @@ -266,10 +266,17 @@ enum ReservedVariationID { AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_RANGE2_ID_MIN = 3311947, AUTOCOMPLETE_DYANMIC_FIELD_TRIAL_RANGE2_ID_MAX = 3312046, + // iOS Phone New NTP trial. + // Range: 3312047 - 3312050 + IOS_PHONE_NEW_NTP_OMNIBOX_HINT = 3312047, + IOS_PHONE_NEW_NTP_CONTROL_1 = 3312048, + IOS_PHONE_NEW_NTP_FAKEBOX_HINT = 3312049, + IOS_PHONE_NEW_NTP_CONTROL_2 = 3312050, + // NEXT ID: When adding new IDs, please add them above this section, starting // with the value of NEXT_ID, and updating NEXT_ID to (end of your reserved // range) + 1. - NEXT_ID = 3312047, + NEXT_ID = 3312051, // USABLE IDs END HERE. // |