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

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: Remove more cases of "isolate.*extension" 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
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 2775 matching lines...) Expand 10 before | Expand all | Expand 10 after
2786 "linux", 2786 "linux",
2787 "mac" 2787 "mac"
2788 ], 2788 ],
2789 "experiments": [ 2789 "experiments": [
2790 { 2790 {
2791 "name": "ExperimentYes" 2791 "name": "ExperimentYes"
2792 } 2792 }
2793 ] 2793 ]
2794 } 2794 }
2795 ], 2795 ],
2796 "SiteIsolationExtensions": [
2797 {
2798 "platforms": [
2799 "chromeos",
2800 "linux",
2801 "mac",
2802 "win"
2803 ],
2804 "experiments": [
2805 {
2806 "name": "Enabled"
2807 }
2808 ]
2809 }
2810 ],
2811 "SpeculativeLaunchServiceWorker": [ 2796 "SpeculativeLaunchServiceWorker": [
2812 { 2797 {
2813 "platforms": [ 2798 "platforms": [
2814 "android", 2799 "android",
2815 "chromeos", 2800 "chromeos",
2816 "linux", 2801 "linux",
2817 "mac", 2802 "mac",
2818 "win" 2803 "win"
2819 ], 2804 ],
2820 "experiments": [ 2805 "experiments": [
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
3349 { 3334 {
3350 "name": "Enabled", 3335 "name": "Enabled",
3351 "enable_features": [ 3336 "enable_features": [
3352 "use-new-media-cache" 3337 "use-new-media-cache"
3353 ] 3338 ]
3354 } 3339 }
3355 ] 3340 ]
3356 } 3341 }
3357 ] 3342 ]
3358 } 3343 }
OLDNEW
« content/browser/frame_host/frame_tree_browsertest.cc ('K') | « extensions/common/switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698