| 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 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1449 "mac", | 1449 "mac", |
| 1450 "win" | 1450 "win" |
| 1451 ], | 1451 ], |
| 1452 "experiments": [ | 1452 "experiments": [ |
| 1453 { | 1453 { |
| 1454 "name": "Enabled" | 1454 "name": "Enabled" |
| 1455 } | 1455 } |
| 1456 ] | 1456 ] |
| 1457 } | 1457 } |
| 1458 ], | 1458 ], |
| 1459 "RafAlignedInput": [ | 1459 "RafAlignedMouseInput": [ |
| 1460 { | 1460 { |
| 1461 "platforms": [ | 1461 "platforms": [ |
| 1462 "android", | 1462 "android", |
| 1463 "chromeos", | 1463 "chromeos", |
| 1464 "linux", | 1464 "linux", |
| 1465 "mac", | 1465 "mac", |
| 1466 "win" | 1466 "win" |
| 1467 ], | 1467 ], |
| 1468 "experiments": [ | 1468 "experiments": [ |
| 1469 { | 1469 { |
| 1470 "name": "Enabled", | 1470 "name": "Enabled", |
| 1471 "enable_features": [ | 1471 "enable_features": [ |
| 1472 "RafAlignedInput" | 1472 "RafAlignedMouseInput" |
| 1473 ] | 1473 ] |
| 1474 } | 1474 } |
| 1475 ] | 1475 ] |
| 1476 } |
| 1477 ], |
| 1478 "RafAlignedTouchInput": [ |
| 1479 { |
| 1480 "platforms": [ |
| 1481 "android", |
| 1482 "chromeos", |
| 1483 "linux", |
| 1484 "mac", |
| 1485 "win" |
| 1486 ], |
| 1487 "experiments": [ |
| 1488 { |
| 1489 "name": "Enabled", |
| 1490 "enable_features": [ |
| 1491 "RafAlignedTouchInput" |
| 1492 ] |
| 1493 } |
| 1494 ] |
| 1476 } | 1495 } |
| 1477 ], | 1496 ], |
| 1478 "ReaderModeUI": [ | 1497 "ReaderModeUI": [ |
| 1479 { | 1498 { |
| 1480 "platforms": [ | 1499 "platforms": [ |
| 1481 "android" | 1500 "android" |
| 1482 ], | 1501 ], |
| 1483 "experiments": [ | 1502 "experiments": [ |
| 1484 { | 1503 { |
| 1485 "name": "AdaBoost" | 1504 "name": "AdaBoost" |
| (...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2315 { | 2334 { |
| 2316 "name": "Enabled", | 2335 "name": "Enabled", |
| 2317 "enable_features": [ | 2336 "enable_features": [ |
| 2318 "use-new-media-cache" | 2337 "use-new-media-cache" |
| 2319 ] | 2338 ] |
| 2320 } | 2339 } |
| 2321 ] | 2340 ] |
| 2322 } | 2341 } |
| 2323 ] | 2342 ] |
| 2324 } | 2343 } |
| OLD | NEW |