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

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

Issue 1914963002: Introduce v8-cache-strategies-for-cache-storage setting flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
OLDNEW
1 { 1 {
2 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 } 271 }
272 ], 272 ],
273 "TokenBinding": [ 273 "TokenBinding": [
274 { 274 {
275 "enable_features": [ 275 "enable_features": [
276 "token-binding" 276 "token-binding"
277 ], 277 ],
278 "group_name": "TokenBinding" 278 "group_name": "TokenBinding"
279 } 279 }
280 ], 280 ],
281 "V8CacheStrategiesForCacheStorage": [
282 {
283 "group_name": "none"
284 },
285 {
286 "group_name": "normal"
287 },
288 {
289 "group_name": "aggressive"
290 }
291 ],
281 "VarationsServiceControl": [ 292 "VarationsServiceControl": [
282 { 293 {
283 "group_name": "Interval_30min", 294 "group_name": "Interval_30min",
284 "params": { 295 "params": {
285 "fetch_period_min": "30" 296 "fetch_period_min": "30"
286 } 297 }
287 } 298 }
288 ], 299 ],
289 "WebFontsIntervention": [ 300 "WebFontsIntervention": [
290 { 301 {
(...skipping 20 matching lines...) Expand all
311 ], 322 ],
312 "use-new-media-cache": [ 323 "use-new-media-cache": [
313 { 324 {
314 "enable_features": [ 325 "enable_features": [
315 "use-new-media-cache" 326 "use-new-media-cache"
316 ], 327 ],
317 "group_name": "Enabled" 328 "group_name": "Enabled"
318 } 329 }
319 ] 330 ]
320 } 331 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698