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

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

Issue 2360083003: [HBD] Add Field Trial testing config for PreferHtmlOverPlugins (Closed)
Patch Set: Split off subresource filter changes to separate CL Created 4 years, 2 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 "AllBookmarks": [ 2 "AllBookmarks": [
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 "disable_features": [ 10 "disable_features": [
(...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 "experiments": [ 1335 "experiments": [
1336 { 1336 {
1337 "name": "Enabled", 1337 "name": "Enabled",
1338 "enable_features": [ 1338 "enable_features": [
1339 "PreconnectMore" 1339 "PreconnectMore"
1340 ] 1340 ]
1341 } 1341 }
1342 ] 1342 ]
1343 } 1343 }
1344 ], 1344 ],
1345 "PreferHtmlOverPlugins": [
1346 {
1347 "platforms": [
1348 "chromeos",
1349 "linux",
1350 "mac",
1351 "win"
1352 ],
1353 "experiments": [
1354 {
1355 "name": "Enabled",
1356 "enable_features": [
1357 "PreferHtmlOverPlugins"
1358 ]
1359 }
1360 ]
1361 }
1362 ],
1345 "ProgressBarAnimationAndroid": [ 1363 "ProgressBarAnimationAndroid": [
1346 { 1364 {
1347 "platforms": [ 1365 "platforms": [
1348 "android" 1366 "android"
1349 ], 1367 ],
1350 "experiments": [ 1368 "experiments": [
1351 { 1369 {
1352 "name": "SmoothIndeterminateAnimation", 1370 "name": "SmoothIndeterminateAnimation",
1353 "params": { 1371 "params": {
1354 "progress-bar-animation": "smooth-indeterminate" 1372 "progress-bar-animation": "smooth-indeterminate"
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
2195 { 2213 {
2196 "name": "Enabled", 2214 "name": "Enabled",
2197 "enable_features": [ 2215 "enable_features": [
2198 "use-new-media-cache" 2216 "use-new-media-cache"
2199 ] 2217 ]
2200 } 2218 }
2201 ] 2219 ]
2202 } 2220 }
2203 ] 2221 ]
2204 } 2222 }
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