Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2903293002: [Android] Omnibox Placeholder Experiment (Closed)
Patch Set: remove redundant initialization Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/android/java_sources.gni ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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"
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
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 }
OLDNEW
« no previous file with comments | « chrome/android/java_sources.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698