| 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 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 858 "platforms": [ | 858 "platforms": [ |
| 859 "mac" | 859 "mac" |
| 860 ], | 860 ], |
| 861 "experiments": [ | 861 "experiments": [ |
| 862 { | 862 { |
| 863 "name": "Mach" | 863 "name": "Mach" |
| 864 } | 864 } |
| 865 ] | 865 ] |
| 866 } | 866 } |
| 867 ], | 867 ], |
| 868 "MainFrameBeforeActivation": [ |
| 869 { |
| 870 "platforms": [ |
| 871 "android", |
| 872 "chromeos", |
| 873 "linux", |
| 874 "mac", |
| 875 "win" |
| 876 ], |
| 877 "experiments": [ |
| 878 { |
| 879 "name": "Enabled", |
| 880 "enable_features": [ |
| 881 "MainFrameBeforeActivation" |
| 882 ] |
| 883 } |
| 884 ] |
| 885 } |
| 886 ], |
| 868 "MaterialDesignDownloads": [ | 887 "MaterialDesignDownloads": [ |
| 869 { | 888 { |
| 870 "platforms": [ | 889 "platforms": [ |
| 871 "chromeos", | 890 "chromeos", |
| 872 "linux", | 891 "linux", |
| 873 "mac", | 892 "mac", |
| 874 "win" | 893 "win" |
| 875 ], | 894 ], |
| 876 "experiments": [ | 895 "experiments": [ |
| 877 { | 896 { |
| (...skipping 1476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2354 { | 2373 { |
| 2355 "name": "Enabled", | 2374 "name": "Enabled", |
| 2356 "enable_features": [ | 2375 "enable_features": [ |
| 2357 "use-new-media-cache" | 2376 "use-new-media-cache" |
| 2358 ] | 2377 ] |
| 2359 } | 2378 } |
| 2360 ] | 2379 ] |
| 2361 } | 2380 } |
| 2362 ] | 2381 ] |
| 2363 } | 2382 } |
| OLD | NEW |