Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef CHROME_COMMON_VARIATIONS_VARIATION_IDS_H_ | 5 #ifndef CHROME_COMMON_VARIATIONS_VARIATION_IDS_H_ |
| 6 #define CHROME_COMMON_VARIATIONS_VARIATION_IDS_H_ | 6 #define CHROME_COMMON_VARIATIONS_VARIATION_IDS_H_ |
| 7 | 7 |
| 8 namespace chrome_variations { | 8 namespace chrome_variations { |
| 9 | 9 |
| 10 // A list of Chrome Variation IDs. These IDs are associated with FieldTrials | 10 // A list of Chrome Variation IDs. These IDs are associated with FieldTrials |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 234 QUIC_FIELD_TRIAL_ID_MIN = 3311871, | 234 QUIC_FIELD_TRIAL_ID_MIN = 3311871, |
| 235 QUIC_FIELD_TRIAL_ID_MAX = 3311920, | 235 QUIC_FIELD_TRIAL_ID_MAX = 3311920, |
| 236 | 236 |
| 237 // Android Native NTP trial. | 237 // Android Native NTP trial. |
| 238 // Range: 3311921 - 3311940 | 238 // Range: 3311921 - 3311940 |
| 239 ANDROID_DEV_BETA_NATIVE_NTP_CONTROL_0 = 3311921, | 239 ANDROID_DEV_BETA_NATIVE_NTP_CONTROL_0 = 3311921, |
| 240 ANDROID_DEV_BETA_NATIVE_NTP_CONTROL_1 = 3311922, | 240 ANDROID_DEV_BETA_NATIVE_NTP_CONTROL_1 = 3311922, |
| 241 ANDROID_DEV_BETA_NATIVE_NTP_TWO_URL_BARS = 3311923, | 241 ANDROID_DEV_BETA_NATIVE_NTP_TWO_URL_BARS = 3311923, |
| 242 ANDROID_DEV_BETA_NATIVE_NTP_ONE_URL_BAR = 3311924, | 242 ANDROID_DEV_BETA_NATIVE_NTP_ONE_URL_BAR = 3311924, |
| 243 ANDROID_DEV_BETA_TABLET_NATIVE_NTP_CONTROL = 3311925, | 243 ANDROID_DEV_BETA_TABLET_NATIVE_NTP_CONTROL = 3311925, |
| 244 ANDROID_DEV_BETA_TABLET_NATIVE_NTP_ONE_URL_BAR = 3311926, | 244 ANDROID_DEV_BETA_TABLET_NATIVE_NTP_TWO_URL_BARS = 3311926, |
| 245 ANDROID_STABLE_NATIVE_NTP_CONTROL_0 = 3311927, | 245 ANDROID_STABLE_NATIVE_NTP_CONTROL_0 = 3311927, |
| 246 ANDROID_STABLE_NATIVE_NTP_CONTROL_1 = 3311928, | 246 ANDROID_STABLE_NATIVE_NTP_CONTROL_1 = 3311928, |
| 247 ANDROID_STABLE_NATIVE_NTP_TWO_URL_BARS = 3311929, | 247 ANDROID_STABLE_NATIVE_NTP_TWO_URL_BARS = 3311929, |
| 248 ANDROID_STABLE_NATIVE_NTP_ONE_URL_BAR = 3311930, | 248 ANDROID_STABLE_NATIVE_NTP_ONE_URL_BAR = 3311930, |
| 249 ANDROID_STABLE_TABLET_NATIVE_NTP_CONTROL_0 = 3311931, | 249 ANDROID_STABLE_TABLET_NATIVE_NTP_CONTROL_0 = 3311931, |
| 250 ANDROID_STABLE_TABLET_NATIVE_NTP_ONE_URL_BAR = 3311932, | 250 ANDROID_STABLE_TABLET_NATIVE_NTP_TWO_URL_BARS= 3311932, |
|
Alexei Svitkine (slow)
2014/07/16 13:09:27
Nit: Space before =
| |
| 251 ANDROID_STABLE_TABLET_NATIVE_NTP_CONTROL_1 = 3311933, | 251 ANDROID_STABLE_TABLET_NATIVE_NTP_CONTROL_1 = 3311933, |
| 252 ANDROID_M36_DEV_BETA_NATIVE_NTP_ONE_URL_BAR = 3311934, | |
| 253 ANDROID_M36_DEV_BETA_TABLET_NATIVE_NTP_TWO_URL_BARS = 3311935, | |
| 254 ANDROID_M36_STABLE_NATIVE_NTP_ONE_URL_BAR = 3311936, | |
| 255 ANDROID_M36_STABLE_TABLET_NATIVE_NTP_TWO_URL_BARS = 3311937, | |
| 252 | 256 |
| 253 // WebGLDebugRendererInfo trial. | 257 // WebGLDebugRendererInfo trial. |
| 254 WEBGL_DEBUG_RENDERER_INFO_ENABLED = 3311941, | 258 WEBGL_DEBUG_RENDERER_INFO_ENABLED = 3311941, |
| 255 WEBGL_DEBUG_RENDERER_INFO_CONTROL = 3311942, | 259 WEBGL_DEBUG_RENDERER_INFO_CONTROL = 3311942, |
| 256 WEBGL_DEBUG_RENDERER_INFO_DISABLED = 3311943, | 260 WEBGL_DEBUG_RENDERER_INFO_DISABLED = 3311943, |
| 257 | 261 |
| 258 NEW_USER_MANAGEMENT_ENABLED = 3311944, | 262 NEW_USER_MANAGEMENT_ENABLED = 3311944, |
| 259 NEW_USER_MANAGEMENT_CONTROL = 3311945, | 263 NEW_USER_MANAGEMENT_CONTROL = 3311945, |
| 260 NEW_USER_MANAGEMENT_DISABLED = 3311946, | 264 NEW_USER_MANAGEMENT_DISABLED = 3311946, |
| 261 | 265 |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 334 // | 338 // |
| 335 // The largest possible Chrome variation ID in the reserved range. When | 339 // The largest possible Chrome variation ID in the reserved range. When |
| 336 // defining your variation IDs, DO NOT exceed this value - GWS will ignore | 340 // defining your variation IDs, DO NOT exceed this value - GWS will ignore |
| 337 // your experiment! | 341 // your experiment! |
| 338 MAXIMUM_ID = 3399999, | 342 MAXIMUM_ID = 3399999, |
| 339 }; | 343 }; |
| 340 | 344 |
| 341 } // namespace chrome_variations | 345 } // namespace chrome_variations |
| 342 | 346 |
| 343 #endif // CHROME_COMMON_VARIATIONS_VARIATION_IDS_H_ | 347 #endif // CHROME_COMMON_VARIATIONS_VARIATION_IDS_H_ |
| OLD | NEW |