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

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: 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 "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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 "token-binding" 380 "token-binding"
381 ], 381 ],
382 "group_name": "TokenBinding" 382 "group_name": "TokenBinding"
383 } 383 }
384 ], 384 ],
385 "TriggeredResetFieldTrial": [ 385 "TriggeredResetFieldTrial": [
386 { 386 {
387 "group_name": "On" 387 "group_name": "On"
388 } 388 }
389 ], 389 ],
390 "V8CacheStrategiesForCacheStorage": [
391 {
392 "group_name": "none"
393 },
394 {
395 "group_name": "normal"
396 },
397 {
398 "group_name": "aggressive"
399 }
400 ],
390 "VarationsServiceControl": [ 401 "VarationsServiceControl": [
391 { 402 {
392 "group_name": "Interval_30min", 403 "group_name": "Interval_30min",
393 "params": { 404 "params": {
394 "fetch_period_min": "30" 405 "fetch_period_min": "30"
395 } 406 }
396 } 407 }
397 ], 408 ],
398 "WebFontsIntervention": [ 409 "WebFontsIntervention": [
399 { 410 {
(...skipping 20 matching lines...) Expand all
420 ], 431 ],
421 "use-new-media-cache": [ 432 "use-new-media-cache": [
422 { 433 {
423 "enable_features": [ 434 "enable_features": [
424 "use-new-media-cache" 435 "use-new-media-cache"
425 ], 436 ],
426 "group_name": "Enabled" 437 "group_name": "Enabled"
427 } 438 }
428 ] 439 ]
429 } 440 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | third_party/WebKit/Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698