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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 } 300 }
301 ], 301 ],
302 "TranslateUiLangTrial": [ 302 "TranslateUiLangTrial": [
303 { 303 {
304 "group_name": "DefaultTranslateLanguage" 304 "group_name": "DefaultTranslateLanguage"
305 }, 305 },
306 { 306 {
307 "group_name": "EnabledTranslateLanguage" 307 "group_name": "EnabledTranslateLanguage"
308 } 308 }
309 ], 309 ],
310 "V8CacheStrategiesForCacheStorage": [
311 {
312 "group_name": "none"
313 },
314 {
315 "group_name": "normal"
316 },
317 {
318 "group_name": "aggressive"
319 }
320 ],
310 "VarationsServiceControl": [ 321 "VarationsServiceControl": [
311 { 322 {
312 "group_name": "Interval_30min", 323 "group_name": "Interval_30min",
313 "params": { 324 "params": {
314 "fetch_period_min": "30" 325 "fetch_period_min": "30"
315 } 326 }
316 } 327 }
317 ], 328 ],
318 "ViewsSimplifiedFullscreenUI": [ 329 "ViewsSimplifiedFullscreenUI": [
319 { 330 {
(...skipping 28 matching lines...) Expand all
348 ], 359 ],
349 "use-new-media-cache": [ 360 "use-new-media-cache": [
350 { 361 {
351 "enable_features": [ 362 "enable_features": [
352 "use-new-media-cache" 363 "use-new-media-cache"
353 ], 364 ],
354 "group_name": "Enabled" 365 "group_name": "Enabled"
355 } 366 }
356 ] 367 ]
357 } 368 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698