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

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

Issue 2658873002: Add config for SiteIsolationForExtensions field trial. (Closed)
Patch Set: Created 3 years, 11 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 | 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 "AndroidSpellChecker": [ 2 "AndroidSpellChecker": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Enabled_NonLowEnd", 9 "name": "Enabled_NonLowEnd",
10 "enable_features": [ 10 "enable_features": [
(...skipping 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after
2186 "linux", 2186 "linux",
2187 "mac" 2187 "mac"
2188 ], 2188 ],
2189 "experiments": [ 2189 "experiments": [
2190 { 2190 {
2191 "name": "ExperimentYes" 2191 "name": "ExperimentYes"
2192 } 2192 }
2193 ] 2193 ]
2194 } 2194 }
2195 ], 2195 ],
2196 "SiteIsolationForExtensions": [
2197 {
2198 "platforms": [
2199 "chromeos",
2200 "linux",
2201 "mac",
2202 "win"
2203 ],
2204 "experiments": [
2205 {
2206 "name": "Enabled"
2207 }
2208 ]
2209 }
2210 ],
2196 "SpeculativeLaunchServiceWorker": [ 2211 "SpeculativeLaunchServiceWorker": [
2197 { 2212 {
2198 "platforms": [ 2213 "platforms": [
2199 "android", 2214 "android",
2200 "chromeos", 2215 "chromeos",
2201 "linux", 2216 "linux",
2202 "mac", 2217 "mac",
2203 "win" 2218 "win"
2204 ], 2219 ],
2205 "experiments": [ 2220 "experiments": [
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
2569 { 2584 {
2570 "name": "Enabled", 2585 "name": "Enabled",
2571 "enable_features": [ 2586 "enable_features": [
2572 "use-new-media-cache" 2587 "use-new-media-cache"
2573 ] 2588 ]
2574 } 2589 }
2575 ] 2590 ]
2576 } 2591 }
2577 ] 2592 ]
2578 } 2593 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698