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

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

Issue 2454823004: Add field trial config for CSSExternalScanner experiment (Closed)
Patch Set: Created 4 years, 1 month 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "Background": "3;8;0.1;0;30000", 210 "Background": "3;8;0.1;0;30000",
211 "BackgroundFileIO": "3;8;0.1;0;30000", 211 "BackgroundFileIO": "3;8;0.1;0;30000",
212 "Foreground": "8;32;0.3;0;30000", 212 "Foreground": "8;32;0.3;0;30000",
213 "ForegroundFileIO": "8;32;0.3;0;30000", 213 "ForegroundFileIO": "8;32;0.3;0;30000",
214 "RedirectSequencedWorkerPools": "true" 214 "RedirectSequencedWorkerPools": "true"
215 } 215 }
216 } 216 }
217 ] 217 ]
218 } 218 }
219 ], 219 ],
220 "CSSExternalScanner": [
221 {
222 "platforms": [
223 "win",
224 "mac",
225 "chromeos",
226 "linux",
227 "android"
228 ],
229 "experiments": [
230 {
231 "name": "Enabled_ScanAndPreload",
232 "params": {
233 "cssExternalScannerNoPreload": "false",
234 "cssExternalScannerPreload": "true"
235 }
236 }
237 ]
238 }
239 ],
220 "CaptivePortalInterstitial": [ 240 "CaptivePortalInterstitial": [
221 { 241 {
222 "platforms": [ 242 "platforms": [
223 "chromeos", 243 "chromeos",
224 "linux", 244 "linux",
225 "mac", 245 "mac",
226 "win" 246 "win"
227 ], 247 ],
228 "experiments": [ 248 "experiments": [
229 { 249 {
(...skipping 2089 matching lines...) Expand 10 before | Expand all | Expand 10 after
2319 { 2339 {
2320 "name": "Enabled", 2340 "name": "Enabled",
2321 "enable_features": [ 2341 "enable_features": [
2322 "use-new-media-cache" 2342 "use-new-media-cache"
2323 ] 2343 ]
2324 } 2344 }
2325 ] 2345 ]
2326 } 2346 }
2327 ] 2347 ]
2328 } 2348 }
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