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 1751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1762 "mac", | 1762 "mac", |
1763 "win" | 1763 "win" |
1764 ], | 1764 ], |
1765 "experiments": [ | 1765 "experiments": [ |
1766 { | 1766 { |
1767 "name": "Enabled" | 1767 "name": "Enabled" |
1768 } | 1768 } |
1769 ] | 1769 ] |
1770 } | 1770 } |
1771 ], | 1771 ], |
1772 "SecurityChip": [ | |
1773 { | |
1774 "platforms": [ | |
1775 "chromeos", | |
1776 "linux", | |
1777 "mac", | |
1778 "win" | |
1779 ], | |
1780 "experiments": [ | |
1781 { | |
1782 "name": "Enabled", | |
1783 "params": { | |
1784 "animation": "animate-all", | |
1785 "visibility": "show-all" | |
1786 }, | |
1787 "enable_features": [ | |
1788 "SecurityChip" | |
1789 ] | |
1790 } | |
1791 ] | |
1792 } | |
1793 ], | |
Ilya Sherman
2016/10/24 23:37:01
Is there an active field trial (or a soon-to-be-ac
estark
2016/10/25 17:02:02
I think the plan is to create an active field tria
| |
1772 "SecurityWarningIconUpdate": [ | 1794 "SecurityWarningIconUpdate": [ |
1773 { | 1795 { |
1774 "platforms": [ | 1796 "platforms": [ |
1775 "android", | 1797 "android", |
1776 "chromeos", | 1798 "chromeos", |
1777 "ios", | 1799 "ios", |
1778 "linux", | 1800 "linux", |
1779 "mac", | 1801 "mac", |
1780 "win" | 1802 "win" |
1781 ], | 1803 ], |
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2254 { | 2276 { |
2255 "name": "Enabled", | 2277 "name": "Enabled", |
2256 "enable_features": [ | 2278 "enable_features": [ |
2257 "use-new-media-cache" | 2279 "use-new-media-cache" |
2258 ] | 2280 ] |
2259 } | 2281 } |
2260 ] | 2282 ] |
2261 } | 2283 } |
2262 ] | 2284 ] |
2263 } | 2285 } |
OLD | NEW |