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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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 | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | 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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "SchedulerExpensiveTaskBlocking": [ 449 "SchedulerExpensiveTaskBlocking": [
450 { 450 {
451 "group_name": "Enabled" 451 "group_name": "Enabled"
452 } 452 }
453 ], 453 ],
454 "SdchPersistence": [ 454 "SdchPersistence": [
455 { 455 {
456 "group_name": "Enabled" 456 "group_name": "Enabled"
457 } 457 }
458 ], 458 ],
459 "SecurityWarningIconUpdate": [
460 {
461 "enable_features": [
462 "SecurityWarningIconUpdate"
463 ],
464 "group_name": "Enabled"
465 },
466 {
467 "disable_features": [
468 "SecurityWarningIconUpdate"
469 ],
470 "group_name": "Control"
471 },
472 {
473 "group_name": "Default"
474 }
475 ],
459 "SpeculativeLaunchServiceWorker": [ 476 "SpeculativeLaunchServiceWorker": [
460 { 477 {
461 "enable_features": [ 478 "enable_features": [
462 "SpeculativeLaunchServiceWorker" 479 "SpeculativeLaunchServiceWorker"
463 ], 480 ],
464 "group_name": "Enabled" 481 "group_name": "Enabled"
465 }, 482 },
466 { 483 {
467 "group_name": "Disabled" 484 "group_name": "Disabled"
468 } 485 }
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 ], 610 ],
594 "use-new-media-cache": [ 611 "use-new-media-cache": [
595 { 612 {
596 "enable_features": [ 613 "enable_features": [
597 "use-new-media-cache" 614 "use-new-media-cache"
598 ], 615 ],
599 "group_name": "Enabled" 616 "group_name": "Enabled"
600 } 617 }
601 ] 618 ]
602 } 619 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698