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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.json

Issue 2303873002: Add SecurityWarningIconUpdate field trial to the test bot config files (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "SchedulerExpensiveTaskBlocking": [ 272 "SchedulerExpensiveTaskBlocking": [
273 { 273 {
274 "group_name": "Enabled" 274 "group_name": "Enabled"
275 } 275 }
276 ], 276 ],
277 "SdchPersistence": [ 277 "SdchPersistence": [
278 { 278 {
279 "group_name": "Enabled" 279 "group_name": "Enabled"
280 } 280 }
281 ], 281 ],
282 "SecurityWarningIconUpdate": [
283 {
284 "enable_features": [
285 "SecurityWarningIconUpdate"
286 ],
287 "group_name": "Enabled"
288 },
289 {
290 "disable_features": [
291 "SecurityWarningIconUpdate"
292 ],
293 "group_name": "Control"
294 },
295 {
296 "group_name": "Default"
297 }
298 ],
282 "SimpleCacheTrial": [ 299 "SimpleCacheTrial": [
283 { 300 {
284 "group_name": "ExperimentYes" 301 "group_name": "ExperimentYes"
285 } 302 }
286 ], 303 ],
287 "SpeculativeLaunchServiceWorker": [ 304 "SpeculativeLaunchServiceWorker": [
288 { 305 {
289 "enable_features": [ 306 "enable_features": [
290 "SpeculativeLaunchServiceWorker" 307 "SpeculativeLaunchServiceWorker"
291 ], 308 ],
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 ], 385 ],
369 "use-new-media-cache": [ 386 "use-new-media-cache": [
370 { 387 {
371 "enable_features": [ 388 "enable_features": [
372 "use-new-media-cache" 389 "use-new-media-cache"
373 ], 390 ],
374 "group_name": "Enabled" 391 "group_name": "Enabled"
375 } 392 }
376 ] 393 ]
377 } 394 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_ios.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698