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 913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
924 }, | 924 }, |
925 "enable_features": [ | 925 "enable_features": [ |
926 "NTPArticleSuggestions", | 926 "NTPArticleSuggestions", |
927 "NTPBookmarkSuggestions", | 927 "NTPBookmarkSuggestions", |
928 "NTPSnippets" | 928 "NTPSnippets" |
929 ] | 929 ] |
930 } | 930 } |
931 ] | 931 ] |
932 } | 932 } |
933 ], | 933 ], |
| 934 "NetDelayableH2AndQuicRequests": [ |
| 935 { |
| 936 "platforms": [ |
| 937 "chromeos", |
| 938 "linux", |
| 939 "mac", |
| 940 "win", |
| 941 "android" |
| 942 ], |
| 943 "experiments": [ |
| 944 { |
| 945 "name": "Enabled", |
| 946 "enable_features": [ |
| 947 "PrioritySupportedRequestsDelayable" |
| 948 ] |
| 949 } |
| 950 ] |
| 951 } |
| 952 ], |
934 "NetworkQualityEstimator": [ | 953 "NetworkQualityEstimator": [ |
935 { | 954 { |
936 "platforms": [ | 955 "platforms": [ |
937 "android", | 956 "android", |
938 "win" | 957 "win" |
939 ], | 958 ], |
940 "experiments": [ | 959 "experiments": [ |
941 { | 960 { |
942 "name": "Enabled", | 961 "name": "Enabled", |
943 "params": { | 962 "params": { |
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1379 "experiments": [ | 1398 "experiments": [ |
1380 { | 1399 { |
1381 "name": "Enabled", | 1400 "name": "Enabled", |
1382 "enable_features": [ | 1401 "enable_features": [ |
1383 "PreferHtmlOverPlugins" | 1402 "PreferHtmlOverPlugins" |
1384 ] | 1403 ] |
1385 } | 1404 } |
1386 ] | 1405 ] |
1387 } | 1406 } |
1388 ], | 1407 ], |
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 ], | |
1408 "ProgressBarAnimationAndroid": [ | 1408 "ProgressBarAnimationAndroid": [ |
1409 { | 1409 { |
1410 "platforms": [ | 1410 "platforms": [ |
1411 "android" | 1411 "android" |
1412 ], | 1412 ], |
1413 "experiments": [ | 1413 "experiments": [ |
1414 { | 1414 { |
1415 "name": "SmoothIndeterminateAnimation", | 1415 "name": "SmoothIndeterminateAnimation", |
1416 "params": { | 1416 "params": { |
1417 "progress-bar-animation": "smooth-indeterminate" | 1417 "progress-bar-animation": "smooth-indeterminate" |
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2254 { | 2254 { |
2255 "name": "Enabled", | 2255 "name": "Enabled", |
2256 "enable_features": [ | 2256 "enable_features": [ |
2257 "use-new-media-cache" | 2257 "use-new-media-cache" |
2258 ] | 2258 ] |
2259 } | 2259 } |
2260 ] | 2260 ] |
2261 } | 2261 } |
2262 ] | 2262 ] |
2263 } | 2263 } |
OLD | NEW |