diff options
author | ksimbili@google.com <ksimbili@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-26 01:40:17 +0000 |
---|---|---|
committer | ksimbili@google.com <ksimbili@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-26 01:40:17 +0000 |
commit | 6db416a41378f54d8376beb26dc40daac472e690 (patch) | |
tree | eff434f40b7b4faec5e2c3289fd6d79e3f977dea | |
parent | 895f722bc905ac657c31fe6210549285c74611e5 (diff) | |
download | chromium_src-6db416a41378f54d8376beb26dc40daac472e690.zip chromium_src-6db416a41378f54d8376beb26dc40daac472e690.tar.gz chromium_src-6db416a41378f54d8376beb26dc40daac472e690.tar.bz2 |
Reserve finch-gws IDs for instant search clicks experiment.
BUG=327889
Review URL: https://codereview.chromium.org/210203006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259433 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/metrics/variations/variation_ids.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/common/metrics/variations/variation_ids.h b/chrome/common/metrics/variations/variation_ids.h index 1d9ed01..bbd8f76 100644 --- a/chrome/common/metrics/variations/variation_ids.h +++ b/chrome/common/metrics/variations/variation_ids.h @@ -318,10 +318,14 @@ enum ReservedVariationID { AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_RANGE3_ID_MIN = 3312122, AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_RANGE3_ID_MAX = 3312321, + // Instant search clicks field trial. + INSTANT_SEARCH_CLICKS_FIELD_TRIAL_ID_MIN = 3312322, + INSTANT_SEARCH_CLICKS_FIELD_TRIAL_ID_MAX = 3312371, + // 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 = 3312322, + NEXT_ID = 3312372, // USABLE IDs END HERE. // |