summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbcwhite@chromium.org <bcwhite@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-05 05:00:05 +0000
committerbcwhite@chromium.org <bcwhite@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-05 05:00:05 +0000
commitf9363c9f6a843a5f61c78e2558275d0f43b9b105 (patch)
treec606b66a773cdae26fdf842b40b838837a393cfa
parent72b8419da0f7e93ff0a44fd64dd62aa01b6d4928 (diff)
downloadchromium_src-f9363c9f6a843a5f61c78e2558275d0f43b9b105.zip
chromium_src-f9363c9f6a843a5f61c78e2558275d0f43b9b105.tar.gz
chromium_src-f9363c9f6a843a5f61c78e2558275d0f43b9b105.tar.bz2
Add Finch experiment for new-user-management.
BUG=324046 Review URL: https://codereview.chromium.org/105573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238897 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/common/metrics/variations/variation_ids.h6
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 1c64461..265f164 100644
--- a/chrome/common/metrics/variations/variation_ids.h
+++ b/chrome/common/metrics/variations/variation_ids.h
@@ -254,10 +254,14 @@ enum ReservedVariationID {
WEBGL_DEBUG_RENDERER_INFO_CONTROL = 3311942,
WEBGL_DEBUG_RENDERER_INFO_DISABLED = 3311943,
+ NEW_USER_MANAGEMENT_ENABLED = 3311944,
+ NEW_USER_MANAGEMENT_CONTROL = 3311945,
+ NEW_USER_MANAGEMENT_DISABLED = 3311946,
+
// 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 = 3311944,
+ NEXT_ID = 3311947,
// USABLE IDs END HERE.
//