| OLD | NEW |
| 1 { | 1 { |
| 2 "AllBookmarks": [ | 2 "AllBookmarks": [ |
| 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 "disable_features": [ | 10 "disable_features": [ |
| (...skipping 1854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1865 "experiments": [ | 1865 "experiments": [ |
| 1866 { | 1866 { |
| 1867 "name": "Enabled" | 1867 "name": "Enabled" |
| 1868 }, | 1868 }, |
| 1869 { | 1869 { |
| 1870 "name": "Disabled" | 1870 "name": "Disabled" |
| 1871 } | 1871 } |
| 1872 ] | 1872 ] |
| 1873 } | 1873 } |
| 1874 ], | 1874 ], |
| 1875 "TabManagementExperiment": [ |
| 1876 { |
| 1877 "platforms": [ |
| 1878 "android" |
| 1879 ], |
| 1880 "experiments": [ |
| 1881 { |
| 1882 "name": "Elderberry" |
| 1883 } |
| 1884 ] |
| 1885 } |
| 1886 ], |
| 1875 "TabSyncByRecency": [ | 1887 "TabSyncByRecency": [ |
| 1876 { | 1888 { |
| 1877 "platforms": [ | 1889 "platforms": [ |
| 1878 "android", | 1890 "android", |
| 1879 "chromeos", | 1891 "chromeos", |
| 1880 "ios", | 1892 "ios", |
| 1881 "linux", | 1893 "linux", |
| 1882 "mac", | 1894 "mac", |
| 1883 "win" | 1895 "win" |
| 1884 ], | 1896 ], |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2197 { | 2209 { |
| 2198 "name": "Enabled", | 2210 "name": "Enabled", |
| 2199 "enable_features": [ | 2211 "enable_features": [ |
| 2200 "use-new-media-cache" | 2212 "use-new-media-cache" |
| 2201 ] | 2213 ] |
| 2202 } | 2214 } |
| 2203 ] | 2215 ] |
| 2204 } | 2216 } |
| 2205 ] | 2217 ] |
| 2206 } | 2218 } |
| OLD | NEW |