OLD | NEW |
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 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1379 "experiments": [ | 1379 "experiments": [ |
1380 { | 1380 { |
1381 "name": "Enabled", | 1381 "name": "Enabled", |
1382 "enable_features": [ | 1382 "enable_features": [ |
1383 "PreferHtmlOverPlugins" | 1383 "PreferHtmlOverPlugins" |
1384 ] | 1384 ] |
1385 } | 1385 } |
1386 ] | 1386 ] |
1387 } | 1387 } |
1388 ], | 1388 ], |
| 1389 "PrioritySupportedRequestsDelayableStudy": [ |
| 1390 { |
| 1391 "platforms": [ |
| 1392 "chromeos", |
| 1393 "linux", |
| 1394 "mac", |
| 1395 "win", |
| 1396 "android" |
| 1397 ], |
| 1398 "experiments": [ |
| 1399 { |
| 1400 "name": "Enabled", |
| 1401 "enable_features": [ |
| 1402 "PrioritySupportedRequestsDelayable" |
| 1403 ] |
| 1404 } |
| 1405 ] |
| 1406 } |
| 1407 ], |
1389 "ProgressBarAnimationAndroid": [ | 1408 "ProgressBarAnimationAndroid": [ |
1390 { | 1409 { |
1391 "platforms": [ | 1410 "platforms": [ |
1392 "android" | 1411 "android" |
1393 ], | 1412 ], |
1394 "experiments": [ | 1413 "experiments": [ |
1395 { | 1414 { |
1396 "name": "SmoothIndeterminateAnimation", | 1415 "name": "SmoothIndeterminateAnimation", |
1397 "params": { | 1416 "params": { |
1398 "progress-bar-animation": "smooth-indeterminate" | 1417 "progress-bar-animation": "smooth-indeterminate" |
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2235 { | 2254 { |
2236 "name": "Enabled", | 2255 "name": "Enabled", |
2237 "enable_features": [ | 2256 "enable_features": [ |
2238 "use-new-media-cache" | 2257 "use-new-media-cache" |
2239 ] | 2258 ] |
2240 } | 2259 } |
2241 ] | 2260 ] |
2242 } | 2261 } |
2243 ] | 2262 ] |
2244 } | 2263 } |
OLD | NEW |