| 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 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1877 ], | 1877 ], |
| 1878 "SignInPasswordPromo": [ | 1878 "SignInPasswordPromo": [ |
| 1879 { | 1879 { |
| 1880 "platforms": [ | 1880 "platforms": [ |
| 1881 "linux", | 1881 "linux", |
| 1882 "mac", | 1882 "mac", |
| 1883 "win" | 1883 "win" |
| 1884 ], | 1884 ], |
| 1885 "experiments": [ | 1885 "experiments": [ |
| 1886 { | 1886 { |
| 1887 "name": "Enable2", | 1887 "name": "Enable3", |
| 1888 "params": { | 1888 "params": { |
| 1889 "dismissal_threshold": "2" | 1889 "dismissal_threshold": "3" |
| 1890 } | 1890 } |
| 1891 } | 1891 } |
| 1892 ] | 1892 ] |
| 1893 } | 1893 } |
| 1894 ], | 1894 ], |
| 1895 "SimpleCacheTrial": [ | 1895 "SimpleCacheTrial": [ |
| 1896 { | 1896 { |
| 1897 "platforms": [ | 1897 "platforms": [ |
| 1898 "chromeos", | 1898 "chromeos", |
| 1899 "linux", | 1899 "linux", |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2339 { | 2339 { |
| 2340 "name": "Enabled", | 2340 "name": "Enabled", |
| 2341 "enable_features": [ | 2341 "enable_features": [ |
| 2342 "use-new-media-cache" | 2342 "use-new-media-cache" |
| 2343 ] | 2343 ] |
| 2344 } | 2344 } |
| 2345 ] | 2345 ] |
| 2346 } | 2346 } |
| 2347 ] | 2347 ] |
| 2348 } | 2348 } |
| OLD | NEW |