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

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 unused headers from extension_process_policy.h 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 2755 matching lines...) Expand 10 before | Expand all | Expand 10 after
2766 "linux", 2766 "linux",
2767 "mac" 2767 "mac"
2768 ], 2768 ],
2769 "experiments": [ 2769 "experiments": [
2770 { 2770 {
2771 "name": "ExperimentYes" 2771 "name": "ExperimentYes"
2772 } 2772 }
2773 ] 2773 ]
2774 } 2774 }
2775 ], 2775 ],
2776 "SiteIsolationExtensions": [
2777 {
2778 "platforms": [
2779 "chromeos",
2780 "linux",
2781 "mac",
2782 "win"
2783 ],
2784 "experiments": [
2785 {
2786 "name": "Enabled"
2787 }
2788 ]
2789 }
2790 ],
2791 "SpeculativeLaunchServiceWorker": [ 2776 "SpeculativeLaunchServiceWorker": [
2792 { 2777 {
2793 "platforms": [ 2778 "platforms": [
2794 "android", 2779 "android",
2795 "chromeos", 2780 "chromeos",
2796 "linux", 2781 "linux",
2797 "mac", 2782 "mac",
2798 "win" 2783 "win"
2799 ], 2784 ],
2800 "experiments": [ 2785 "experiments": [
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
3329 { 3314 {
3330 "name": "Enabled", 3315 "name": "Enabled",
3331 "enable_features": [ 3316 "enable_features": [
3332 "use-new-media-cache" 3317 "use-new-media-cache"
3333 ] 3318 ]
3334 } 3319 }
3335 ] 3320 ]
3336 } 3321 }
3337 ] 3322 ]
3338 } 3323 }
OLDNEW
« chrome/common/chrome_content_client.cc ('K') | « extensions/common/switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698