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

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

Issue 2850793005: Remove command line/field trial support and configs for Isolate Extensions. (Closed)
Patch Set: Rebase. Created 3 years, 7 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 | « extensions/common/switches.cc ('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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 2744 matching lines...) Expand 10 before | Expand all | Expand 10 after
2755 "linux", 2755 "linux",
2756 "mac" 2756 "mac"
2757 ], 2757 ],
2758 "experiments": [ 2758 "experiments": [
2759 { 2759 {
2760 "name": "ExperimentYes" 2760 "name": "ExperimentYes"
2761 } 2761 }
2762 ] 2762 ]
2763 } 2763 }
2764 ], 2764 ],
2765 "SiteIsolationExtensions": [
2766 {
2767 "platforms": [
2768 "chromeos",
2769 "linux",
2770 "mac",
2771 "win"
2772 ],
2773 "experiments": [
2774 {
2775 "name": "Enabled"
2776 }
2777 ]
2778 }
2779 ],
2780 "SpeculativeLaunchServiceWorker": [ 2765 "SpeculativeLaunchServiceWorker": [
2781 { 2766 {
2782 "platforms": [ 2767 "platforms": [
2783 "android", 2768 "android",
2784 "chromeos", 2769 "chromeos",
2785 "linux", 2770 "linux",
2786 "mac", 2771 "mac",
2787 "win" 2772 "win"
2788 ], 2773 ],
2789 "experiments": [ 2774 "experiments": [
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
3318 { 3303 {
3319 "name": "Enabled", 3304 "name": "Enabled",
3320 "enable_features": [ 3305 "enable_features": [
3321 "use-new-media-cache" 3306 "use-new-media-cache"
3322 ] 3307 ]
3323 } 3308 }
3324 ] 3309 ]
3325 } 3310 }
3326 ] 3311 ]
3327 } 3312 }
OLDNEW
« no previous file with comments | « extensions/common/switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698