Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "AlternateComponentUrls": [ | 2 "AlternateComponentUrls": [ |
| 3 { | 3 { |
| 4 "platforms": [ | 4 "platforms": [ |
| 5 "android", | 5 "android", |
| 6 "chromeos", | 6 "chromeos", |
| 7 "ios", | 7 "ios", |
| 8 "linux", | 8 "linux", |
| 9 "mac", | 9 "mac", |
| 10 "win" | 10 "win" |
| (...skipping 1878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1889 "PhysicalWebAfterTyping": "true", | 1889 "PhysicalWebAfterTyping": "true", |
| 1890 "PhysicalWebZeroSuggest": "true" | 1890 "PhysicalWebZeroSuggest": "true" |
| 1891 }, | 1891 }, |
| 1892 "enable_features": [ | 1892 "enable_features": [ |
| 1893 "OmniboxEnableClipboardProvider" | 1893 "OmniboxEnableClipboardProvider" |
| 1894 ] | 1894 ] |
| 1895 } | 1895 } |
| 1896 ] | 1896 ] |
| 1897 } | 1897 } |
| 1898 ], | 1898 ], |
| 1899 "OmniboxPlaceholderExperiment": [ | |
| 1900 { | |
| 1901 "platforms": [ | |
| 1902 "android" | |
| 1903 ], | |
| 1904 "experiments": [ | |
| 1905 { | |
| 1906 "name": "SearchOrTypeUrl" | |
|
jwd
2017/05/31 17:50:06
Note: It's only the first experiment that's applie
| |
| 1907 }, | |
| 1908 { | |
| 1909 "name": "SearchOrTypeWebsiteName" | |
| 1910 }, | |
| 1911 { | |
| 1912 "name": "SearchTheWeb" | |
| 1913 }, | |
| 1914 { | |
| 1915 "name": "EnterASearchOrWebsite" | |
| 1916 }, | |
| 1917 { | |
| 1918 "name": "SearchNews" | |
| 1919 }, | |
| 1920 { | |
| 1921 "name": "SearchRecipes" | |
| 1922 }, | |
| 1923 { | |
| 1924 "name": "SearchWeather" | |
| 1925 }, | |
| 1926 { | |
| 1927 "name": "Blank" | |
| 1928 }, | |
| 1929 { | |
| 1930 "name": "Default" | |
| 1931 } | |
| 1932 ] | |
| 1933 } | |
| 1934 ], | |
| 1899 "OutOfProcessPac": [ | 1935 "OutOfProcessPac": [ |
| 1900 { | 1936 { |
| 1901 "platforms": [ | 1937 "platforms": [ |
| 1902 "chromeos", | 1938 "chromeos", |
| 1903 "linux", | 1939 "linux", |
| 1904 "mac", | 1940 "mac", |
| 1905 "win" | 1941 "win" |
| 1906 ], | 1942 ], |
| 1907 "experiments": [ | 1943 "experiments": [ |
| 1908 { | 1944 { |
| (...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3435 { | 3471 { |
| 3436 "name": "Enabled", | 3472 "name": "Enabled", |
| 3437 "enable_features": [ | 3473 "enable_features": [ |
| 3438 "use-new-media-cache" | 3474 "use-new-media-cache" |
| 3439 ] | 3475 ] |
| 3440 } | 3476 } |
| 3441 ] | 3477 ] |
| 3442 } | 3478 } |
| 3443 ] | 3479 ] |
| 3444 } | 3480 } |
| OLD | NEW |