| OLD | NEW |
| 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 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 936 "experiments": [ | 936 "experiments": [ |
| 937 { | 937 { |
| 938 "name": "Enabled", | 938 "name": "Enabled", |
| 939 "params": { | 939 "params": { |
| 940 "lowPriorityIframes": "true" | 940 "lowPriorityIframes": "true" |
| 941 } | 941 } |
| 942 } | 942 } |
| 943 ] | 943 ] |
| 944 } | 944 } |
| 945 ], | 945 ], |
| 946 "MacAllowBackgroundingProcesses": [ |
| 947 { |
| 948 "platforms": [ |
| 949 "mac" |
| 950 ], |
| 951 "experiments": [ |
| 952 { |
| 953 "name": "Enabled", |
| 954 "enable_features": [ |
| 955 "MacAllowBackgroundingProcesses" |
| 956 ] |
| 957 } |
| 958 ] |
| 959 } |
| 960 ], |
| 946 "MacMemoryMechanism": [ | 961 "MacMemoryMechanism": [ |
| 947 { | 962 { |
| 948 "platforms": [ | 963 "platforms": [ |
| 949 "mac" | 964 "mac" |
| 950 ], | 965 ], |
| 951 "experiments": [ | 966 "experiments": [ |
| 952 { | 967 { |
| 953 "name": "Mach" | 968 "name": "Mach" |
| 954 } | 969 } |
| 955 ] | 970 ] |
| (...skipping 1583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2539 { | 2554 { |
| 2540 "name": "Enabled", | 2555 "name": "Enabled", |
| 2541 "enable_features": [ | 2556 "enable_features": [ |
| 2542 "use-new-media-cache" | 2557 "use-new-media-cache" |
| 2543 ] | 2558 ] |
| 2544 } | 2559 } |
| 2545 ] | 2560 ] |
| 2546 } | 2561 } |
| 2547 ] | 2562 ] |
| 2548 } | 2563 } |
| OLD | NEW |