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

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

Issue 2930353002: Update testing config for persistent histograms to EnabledOnDisk5. (Closed)
Patch Set: 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 | « 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 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after
2203 "platforms": [ 2203 "platforms": [
2204 "android", 2204 "android",
2205 "chromeos", 2205 "chromeos",
2206 "ios", 2206 "ios",
2207 "linux", 2207 "linux",
2208 "mac", 2208 "mac",
2209 "win" 2209 "win"
2210 ], 2210 ],
2211 "experiments": [ 2211 "experiments": [
2212 { 2212 {
2213 "name": "EnabledOnDiskNoStability3", 2213 "name": "EnabledOnDisk5",
2214 "params": { 2214 "params": {
2215 "send_unreported_metrics": "no", 2215 "send_unreported_metrics": "yes",
2216 "storage": "MappedFile" 2216 "storage": "MappedFile"
2217 }, 2217 },
2218 "enable_features": [ 2218 "enable_features": [
2219 "PersistentHistograms" 2219 "PersistentHistograms"
2220 ] 2220 ]
2221 } 2221 }
2222 ] 2222 ]
2223 } 2223 }
2224 ], 2224 ],
2225 "PhysicalWeb": [ 2225 "PhysicalWeb": [
(...skipping 1209 matching lines...) Expand 10 before | Expand all | Expand 10 after
3435 { 3435 {
3436 "name": "Enabled", 3436 "name": "Enabled",
3437 "enable_features": [ 3437 "enable_features": [
3438 "use-new-media-cache" 3438 "use-new-media-cache"
3439 ] 3439 ]
3440 } 3440 }
3441 ] 3441 ]
3442 } 3442 }
3443 ] 3443 ]
3444 } 3444 }
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