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

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

Issue 2383613004: Enable Elderberry experiment in local finch config. (Closed)
Patch Set: Rebase Created 4 years, 2 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 | « no previous file | 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 "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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698