| 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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 "platforms": [ | 859 "platforms": [ |
| 860 "mac" | 860 "mac" |
| 861 ], | 861 ], |
| 862 "experiments": [ | 862 "experiments": [ |
| 863 { | 863 { |
| 864 "name": "Mach" | 864 "name": "Mach" |
| 865 } | 865 } |
| 866 ] | 866 ] |
| 867 } | 867 } |
| 868 ], | 868 ], |
| 869 "MarkNonSecureAs": [ |
| 870 { |
| 871 "platforms": [ |
| 872 "android", |
| 873 "chromeos", |
| 874 "ios", |
| 875 "linux", |
| 876 "mac", |
| 877 "win" |
| 878 ], |
| 879 "experiments": [ |
| 880 { |
| 881 "name": "show-non-secure-passwords-cc-ui" |
| 882 } |
| 883 ] |
| 884 } |
| 885 ], |
| 869 "MaterialDesignDownloads": [ | 886 "MaterialDesignDownloads": [ |
| 870 { | 887 { |
| 871 "platforms": [ | 888 "platforms": [ |
| 872 "chromeos", | 889 "chromeos", |
| 873 "linux", | 890 "linux", |
| 874 "mac", | 891 "mac", |
| 875 "win" | 892 "win" |
| 876 ], | 893 ], |
| 877 "experiments": [ | 894 "experiments": [ |
| 878 { | 895 { |
| (...skipping 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2373 { | 2390 { |
| 2374 "name": "Enabled", | 2391 "name": "Enabled", |
| 2375 "enable_features": [ | 2392 "enable_features": [ |
| 2376 "use-new-media-cache" | 2393 "use-new-media-cache" |
| 2377 ] | 2394 ] |
| 2378 } | 2395 } |
| 2379 ] | 2396 ] |
| 2380 } | 2397 } |
| 2381 ] | 2398 ] |
| 2382 } | 2399 } |
| OLD | NEW |