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 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1711 "mac", | 1711 "mac", |
1712 "win" | 1712 "win" |
1713 ], | 1713 ], |
1714 "experiments": [ | 1714 "experiments": [ |
1715 { | 1715 { |
1716 "name": "Enabled" | 1716 "name": "Enabled" |
1717 } | 1717 } |
1718 ] | 1718 ] |
1719 } | 1719 } |
1720 ], | 1720 ], |
| 1721 "SecurityChip": [ |
| 1722 { |
| 1723 "platforms": [ |
| 1724 "chromeos", |
| 1725 "linux", |
| 1726 "mac", |
| 1727 "win" |
| 1728 ], |
| 1729 "experiments": [ |
| 1730 { |
| 1731 "name": "Enabled", |
| 1732 "params": { |
| 1733 "animation": "animate-all", |
| 1734 "visibility": "show-all" |
| 1735 }, |
| 1736 "enable_features": [ |
| 1737 "SecurityChip" |
| 1738 ] |
| 1739 } |
| 1740 ] |
| 1741 } |
| 1742 ], |
1721 "SecurityWarningIconUpdate": [ | 1743 "SecurityWarningIconUpdate": [ |
1722 { | 1744 { |
1723 "platforms": [ | 1745 "platforms": [ |
1724 "android", | 1746 "android", |
1725 "chromeos", | 1747 "chromeos", |
1726 "ios", | 1748 "ios", |
1727 "linux", | 1749 "linux", |
1728 "mac", | 1750 "mac", |
1729 "win" | 1751 "win" |
1730 ], | 1752 ], |
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2203 { | 2225 { |
2204 "name": "Enabled", | 2226 "name": "Enabled", |
2205 "enable_features": [ | 2227 "enable_features": [ |
2206 "use-new-media-cache" | 2228 "use-new-media-cache" |
2207 ] | 2229 ] |
2208 } | 2230 } |
2209 ] | 2231 ] |
2210 } | 2232 } |
2211 ] | 2233 ] |
2212 } | 2234 } |
OLD | NEW |