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 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1691 "SafeBrowsingV4LocalDatabaseManagerEnabled": [ | 1691 "SafeBrowsingV4LocalDatabaseManagerEnabled": [ |
1692 { | 1692 { |
1693 "platforms": [ | 1693 "platforms": [ |
1694 "chromeos", | 1694 "chromeos", |
1695 "linux", | 1695 "linux", |
1696 "mac", | 1696 "mac", |
1697 "win" | 1697 "win" |
1698 ], | 1698 ], |
1699 "experiments": [ | 1699 "experiments": [ |
1700 { | 1700 { |
1701 "name": "Enabled" | 1701 "name": "V4Hybrid", |
rkaplow
2016/10/26 02:36:19
I actually think it makes more sense to have it al
| |
1702 "enable_features": [ | |
1703 "SafeBrowsingV4HybridEnabled", | |
1704 "SafeBrowsingV4LocalDatabaseManagerEnabled" | |
1705 ] | |
1706 }, | |
1707 { | |
1708 "name": "V4JustUpdate", | |
1709 "enable_features": [ | |
1710 "SafeBrowsingV4LocalDatabaseManagerEnabled" | |
1711 ] | |
1712 }, | |
1713 { | |
1714 "name": "Control", | |
1715 "disable_features": [ | |
1716 "SafeBrowsingV4HybridEnabled", | |
1717 "SafeBrowsingV4LocalDatabaseManagerEnabled" | |
1718 ] | |
1719 }, | |
1720 { | |
1721 "name": "Default" | |
1702 } | 1722 } |
1703 ] | 1723 ] |
1704 } | 1724 } |
1705 ], | 1725 ], |
1706 "SaveAsMenuText": [ | 1726 "SaveAsMenuText": [ |
1707 { | 1727 { |
1708 "platforms": [ | 1728 "platforms": [ |
1709 "chromeos", | 1729 "chromeos", |
1710 "linux", | 1730 "linux", |
1711 "mac", | 1731 "mac", |
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2236 { | 2256 { |
2237 "name": "Enabled", | 2257 "name": "Enabled", |
2238 "enable_features": [ | 2258 "enable_features": [ |
2239 "use-new-media-cache" | 2259 "use-new-media-cache" |
2240 ] | 2260 ] |
2241 } | 2261 } |
2242 ] | 2262 ] |
2243 } | 2263 } |
2244 ] | 2264 ] |
2245 } | 2265 } |
OLD | NEW |