| 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 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1204 "platforms": [ | 1204 "platforms": [ |
| 1205 "android", | 1205 "android", |
| 1206 "chromeos", | 1206 "chromeos", |
| 1207 "ios", | 1207 "ios", |
| 1208 "linux", | 1208 "linux", |
| 1209 "mac", | 1209 "mac", |
| 1210 "win" | 1210 "win" |
| 1211 ], | 1211 ], |
| 1212 "experiments": [ | 1212 "experiments": [ |
| 1213 { | 1213 { |
| 1214 "name": "NetworkTimeQueriesEnabled", | 1214 "name": "NetworkTimeQueriesEnabledBackgroundAndOnDemand", |
| 1215 "params": { |
| 1216 "FetchBehavior": "background-and-on-demand" |
| 1217 }, |
| 1215 "enable_features": [ | 1218 "enable_features": [ |
| 1216 "NetworkTimeServiceQuerying" | 1219 "NetworkTimeServiceQuerying" |
| 1217 ] | 1220 ] |
| 1218 } | 1221 } |
| 1219 ] | 1222 ] |
| 1220 } | 1223 } |
| 1221 ], | 1224 ], |
| 1222 "NewProfileManagement": [ | 1225 "NewProfileManagement": [ |
| 1223 { | 1226 { |
| 1224 "platforms": [ | 1227 "platforms": [ |
| (...skipping 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2599 { | 2602 { |
| 2600 "name": "Enabled", | 2603 "name": "Enabled", |
| 2601 "enable_features": [ | 2604 "enable_features": [ |
| 2602 "use-new-media-cache" | 2605 "use-new-media-cache" |
| 2603 ] | 2606 ] |
| 2604 } | 2607 } |
| 2605 ] | 2608 ] |
| 2606 } | 2609 } |
| 2607 ] | 2610 ] |
| 2608 } | 2611 } |
| OLD | NEW |