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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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: Created 4 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
OLDNEW
1 { 1 {
2 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "token-binding" 359 "token-binding"
360 ], 360 ],
361 "group_name": "TokenBinding" 361 "group_name": "TokenBinding"
362 } 362 }
363 ], 363 ],
364 "TriggeredResetFieldTrial": [ 364 "TriggeredResetFieldTrial": [
365 { 365 {
366 "group_name": "On" 366 "group_name": "On"
367 } 367 }
368 ], 368 ],
369 "V8CacheStrategiesForCacheStorage": [
370 {
371 "group_name": "none"
372 },
373 {
374 "group_name": "normal"
375 },
376 {
377 "group_name": "aggressive"
378 }
379 ],
369 "VarationsServiceControl": [ 380 "VarationsServiceControl": [
370 { 381 {
371 "group_name": "Interval_30min", 382 "group_name": "Interval_30min",
372 "params": { 383 "params": {
373 "fetch_period_min": "30" 384 "fetch_period_min": "30"
374 } 385 }
375 } 386 }
376 ], 387 ],
377 "WebFontsIntervention": [ 388 "WebFontsIntervention": [
378 { 389 {
(...skipping 20 matching lines...) Expand all
399 ], 410 ],
400 "use-new-media-cache": [ 411 "use-new-media-cache": [
401 { 412 {
402 "enable_features": [ 413 "enable_features": [
403 "use-new-media-cache" 414 "use-new-media-cache"
404 ], 415 ],
405 "group_name": "Enabled" 416 "group_name": "Enabled"
406 } 417 }
407 ] 418 ]
408 } 419 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698