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

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

Issue 2777323002: Update testing config for PersistentHistograms. (Closed)
Patch Set: Created 3 years, 8 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 "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 1868 matching lines...) Expand 10 before | Expand all | Expand 10 after
1879 "platforms": [ 1879 "platforms": [
1880 "android", 1880 "android",
1881 "chromeos", 1881 "chromeos",
1882 "ios", 1882 "ios",
1883 "linux", 1883 "linux",
1884 "mac", 1884 "mac",
1885 "win" 1885 "win"
1886 ], 1886 ],
1887 "experiments": [ 1887 "experiments": [
1888 { 1888 {
1889 "name": "EnabledInMemory", 1889 "name": "EnabledOnDiskNoStability3",
1890 "params": { 1890 "params": {
1891 "storage": "LocalMemory" 1891 "send_unreported_metrics": "no",
1892 },
1893 "enable_features": [
1894 "PersistentHistograms"
1895 ]
1896 },
1897 {
1898 "name": "EnabledOnDisk",
1899 "params": {
1900 "storage": "MappedFile" 1892 "storage": "MappedFile"
1901 }, 1893 },
1902 "enable_features": [ 1894 "enable_features": [
1903 "PersistentHistograms" 1895 "PersistentHistograms"
1904 ] 1896 ]
1905 } 1897 }
1906 ] 1898 ]
1907 } 1899 }
1908 ], 1900 ],
1909 "PhysicalWeb": [ 1901 "PhysicalWeb": [
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
3093 { 3085 {
3094 "name": "Enabled", 3086 "name": "Enabled",
3095 "enable_features": [ 3087 "enable_features": [
3096 "use-new-media-cache" 3088 "use-new-media-cache"
3097 ] 3089 ]
3098 } 3090 }
3099 ] 3091 ]
3100 } 3092 }
3101 ] 3093 ]
3102 } 3094 }
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