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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "SchedulerExpensiveTaskBlocking": [ 425 "SchedulerExpensiveTaskBlocking": [
426 { 426 {
427 "group_name": "Enabled" 427 "group_name": "Enabled"
428 } 428 }
429 ], 429 ],
430 "SdchPersistence": [ 430 "SdchPersistence": [
431 { 431 {
432 "group_name": "Enabled" 432 "group_name": "Enabled"
433 } 433 }
434 ], 434 ],
435 "SecurityWarningIconUpdate": [
436 {
437 "enable_features": [
438 "SecurityWarningIconUpdate"
439 ],
440 "group_name": "Enabled"
441 },
442 {
443 "disable_features": [
444 "SecurityWarningIconUpdate"
445 ],
446 "group_name": "Control"
447 },
448 {
449 "group_name": "Default"
450 }
451 ],
435 "SettingsEnforcement": [ 452 "SettingsEnforcement": [
436 { 453 {
437 "group_name": "enforce_always_with_extensions_and_dse" 454 "group_name": "enforce_always_with_extensions_and_dse"
438 } 455 }
439 ], 456 ],
440 "SignInPasswordPromo": [ 457 "SignInPasswordPromo": [
441 { 458 {
442 "group_name": "Enable", 459 "group_name": "Enable",
443 "params": { 460 "params": {
444 "dismissal_threshold": "1" 461 "dismissal_threshold": "1"
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 ], 551 ],
535 "use-new-media-cache": [ 552 "use-new-media-cache": [
536 { 553 {
537 "enable_features": [ 554 "enable_features": [
538 "use-new-media-cache" 555 "use-new-media-cache"
539 ], 556 ],
540 "group_name": "Enabled" 557 "group_name": "Enabled"
541 } 558 }
542 ] 559 ]
543 } 560 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698