Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10675)

Unified Diff: chrome/common/variations/variation_ids.h

Issue 453013002: Reserve 100 ids for webrtc use in its finch experiments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/variations/variation_ids.h
diff --git a/chrome/common/variations/variation_ids.h b/chrome/common/variations/variation_ids.h
index 8eb51e3a8de1eff73544d512decba61d1e9cbf2c..125e711ea2d5aa4a46c9c5dd93274472a181db3b 100644
--- a/chrome/common/variations/variation_ids.h
+++ b/chrome/common/variations/variation_ids.h
@@ -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.
//
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698