| 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 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1248 "experiments": [ | 1248 "experiments": [ |
| 1249 { | 1249 { |
| 1250 "name": "EnabledAsBookmarks", | 1250 "name": "EnabledAsBookmarks", |
| 1251 "enable_features": [ | 1251 "enable_features": [ |
| 1252 "NTPOfflinePages" | 1252 "NTPOfflinePages" |
| 1253 ] | 1253 ] |
| 1254 } | 1254 } |
| 1255 ] | 1255 ] |
| 1256 } | 1256 } |
| 1257 ], | 1257 ], |
| 1258 "OfflinePagesAsyncLoading": [ |
| 1259 { |
| 1260 "platforms": [ |
| 1261 "android" |
| 1262 ], |
| 1263 "experiments": [ |
| 1264 { |
| 1265 "name": "Enabled", |
| 1266 "enable_features": [ |
| 1267 "OfflinePagesAsyncDownload" |
| 1268 ] |
| 1269 } |
| 1270 ] |
| 1271 } |
| 1272 ], |
| 1258 "OutOfProcessPac": [ | 1273 "OutOfProcessPac": [ |
| 1259 { | 1274 { |
| 1260 "platforms": [ | 1275 "platforms": [ |
| 1261 "chromeos", | 1276 "chromeos", |
| 1262 "linux", | 1277 "linux", |
| 1263 "mac", | 1278 "mac", |
| 1264 "win" | 1279 "win" |
| 1265 ], | 1280 ], |
| 1266 "experiments": [ | 1281 "experiments": [ |
| 1267 { | 1282 { |
| (...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2527 { | 2542 { |
| 2528 "name": "Enabled", | 2543 "name": "Enabled", |
| 2529 "enable_features": [ | 2544 "enable_features": [ |
| 2530 "use-new-media-cache" | 2545 "use-new-media-cache" |
| 2531 ] | 2546 ] |
| 2532 } | 2547 } |
| 2533 ] | 2548 ] |
| 2534 } | 2549 } |
| 2535 ] | 2550 ] |
| 2536 } | 2551 } |
| OLD | NEW |