summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamarth@chromium.org <samarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-24 22:50:59 +0000
committersamarth@chromium.org <samarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-24 22:50:59 +0000
commite1478894a17194a35fdbe0ef01a4546e5fdbde90 (patch)
treef3e665f440eb3b2b56f7aa73f4c3025793388d22
parent941b8e15e6316dac5b73999472bb8323f91cf220 (diff)
downloadchromium_src-e1478894a17194a35fdbe0ef01a4546e5fdbde90.zip
chromium_src-e1478894a17194a35fdbe0ef01a4546e5fdbde90.tar.gz
chromium_src-e1478894a17194a35fdbe0ef01a4546e5fdbde90.tar.bz2
InstantExtended: reserve even more ids.
BUG=none Review URL: https://chromiumcodereview.appspot.com/19751005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213537 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/common/metrics/variations/variation_ids.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/metrics/variations/variation_ids.h b/chrome/common/metrics/variations/variation_ids.h
index 39b5ae7..299f9c3 100644
--- a/chrome/common/metrics/variations/variation_ids.h
+++ b/chrome/common/metrics/variations/variation_ids.h
@@ -175,7 +175,7 @@ enum VariationID {
EXTENDED_INSTANT_RANGE_ID_MIN = 3310265,
EXTENDED_INSTANT_RANGE_ID_MAX = 3310365,
EXTENDED_INSTANT_RANGE2_ID_MIN = 3310368,
- EXTENDED_INSTANT_RANGE2_ID_MAX = 3310468,
+ EXTENDED_INSTANT_RANGE2_ID_MAX = 3310868,
// Reserve 100 IDs to be used by autocomplete dynamic field trials.
// The dynamic field trials are activated by a call to
@@ -230,7 +230,7 @@ enum VariationID {
// 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 = 3310469,
+ NEXT_ID = 3310869,
// USABLE IDs END HERE.
//