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

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: 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 } 290 }
291 ], 291 ],
292 "TranslateUiLangTrial": [ 292 "TranslateUiLangTrial": [
293 { 293 {
294 "group_name": "DefaultTranslateLanguage" 294 "group_name": "DefaultTranslateLanguage"
295 }, 295 },
296 { 296 {
297 "group_name": "EnabledTranslateLanguage" 297 "group_name": "EnabledTranslateLanguage"
298 } 298 }
299 ], 299 ],
300 "V8CacheStrategiesForCacheStorage": [
301 {
302 "group_name": "none"
303 },
304 {
305 "group_name": "normal"
306 },
307 {
308 "group_name": "aggressive"
309 }
310 ],
300 "VarationsServiceControl": [ 311 "VarationsServiceControl": [
301 { 312 {
302 "group_name": "Interval_30min", 313 "group_name": "Interval_30min",
303 "params": { 314 "params": {
304 "fetch_period_min": "30" 315 "fetch_period_min": "30"
305 } 316 }
306 } 317 }
307 ], 318 ],
308 "ViewsSimplifiedFullscreenUI": [ 319 "ViewsSimplifiedFullscreenUI": [
309 { 320 {
(...skipping 28 matching lines...) Expand all
338 ], 349 ],
339 "use-new-media-cache": [ 350 "use-new-media-cache": [
340 { 351 {
341 "enable_features": [ 352 "enable_features": [
342 "use-new-media-cache" 353 "use-new-media-cache"
343 ], 354 ],
344 "group_name": "Enabled" 355 "group_name": "Enabled"
345 } 356 }
346 ] 357 ]
347 } 358 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698