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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 "SchedulerExpensiveTaskBlocking": [ 326 "SchedulerExpensiveTaskBlocking": [
327 { 327 {
328 "group_name": "Enabled" 328 "group_name": "Enabled"
329 } 329 }
330 ], 330 ],
331 "SdchPersistence": [ 331 "SdchPersistence": [
332 { 332 {
333 "group_name": "Enabled" 333 "group_name": "Enabled"
334 } 334 }
335 ], 335 ],
336 "SecurityWarningIconUpdate": [
337 {
338 "enable_features": [
339 "SecurityWarningIconUpdate"
340 ],
341 "group_name": "Enabled"
342 },
343 {
344 "disable_features": [
345 "SecurityWarningIconUpdate"
346 ],
347 "group_name": "Control"
348 },
349 {
350 "group_name": "Default"
351 }
352 ],
336 "SignInPasswordPromo": [ 353 "SignInPasswordPromo": [
337 { 354 {
338 "group_name": "Enable", 355 "group_name": "Enable",
339 "params": { 356 "params": {
340 "dismissal_threshold": "1" 357 "dismissal_threshold": "1"
341 } 358 }
342 } 359 }
343 ], 360 ],
344 "SimpleCacheTrial": [ 361 "SimpleCacheTrial": [
345 { 362 {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 ], 447 ],
431 "use-new-media-cache": [ 448 "use-new-media-cache": [
432 { 449 {
433 "enable_features": [ 450 "enable_features": [
434 "use-new-media-cache" 451 "use-new-media-cache"
435 ], 452 ],
436 "group_name": "Enabled" 453 "group_name": "Enabled"
437 } 454 }
438 ] 455 ]
439 } 456 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_ios.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698