Commit e8eea25c authored by andresp@chromium.org's avatar andresp@chromium.org

Reserve 100 ids for webrtc use in its finch experiments.

BUG=367114

Review URL: https://codereview.chromium.org/453013002

Cr-Commit-Position: refs/heads/master@{#288411}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288411 0039d316-1c4b-4281-b951-d872f2087c98
parent 69bb7994
......@@ -335,10 +335,16 @@ enum ReservedVariationID {
IOS_PHONE_NTP_MODAL_DIALOG_CONTROL_1 = 3312376,
IOS_PHONE_NTP_MODAL_DIALOG_CONTROL_2 = 3312377,
// Field trials can be queried directly from webrtc via webrtc::field_trial.
// Thus new trials are added without explicit CLs in chromium repository.
// This is the range of ids reserved for those trials.
WEBRTC_FIELD_TRIAL_RANGE_ID_MIN = 3312378,
WEBRTC_FIELD_TRIAL_RANGE_ID_MAX = 3312477,
// 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 = 3312378,
NEXT_ID = 3312478,
// USABLE IDs END HERE.
//
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment