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

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: 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 } 261 }
262 ], 262 ],
263 "TokenBinding": [ 263 "TokenBinding": [
264 { 264 {
265 "enable_features": [ 265 "enable_features": [
266 "token-binding" 266 "token-binding"
267 ], 267 ],
268 "group_name": "TokenBinding" 268 "group_name": "TokenBinding"
269 } 269 }
270 ], 270 ],
271 "V8CacheStrategiesForCacheStorage": [
272 {
273 "group_name": "none"
274 },
275 {
276 "group_name": "normal"
277 },
278 {
279 "group_name": "aggressive"
280 }
281 ],
271 "VarationsServiceControl": [ 282 "VarationsServiceControl": [
272 { 283 {
273 "group_name": "Interval_30min", 284 "group_name": "Interval_30min",
274 "params": { 285 "params": {
275 "fetch_period_min": "30" 286 "fetch_period_min": "30"
276 } 287 }
277 } 288 }
278 ], 289 ],
279 "WebFontsIntervention": [ 290 "WebFontsIntervention": [
280 { 291 {
(...skipping 20 matching lines...) Expand all
301 ], 312 ],
302 "use-new-media-cache": [ 313 "use-new-media-cache": [
303 { 314 {
304 "enable_features": [ 315 "enable_features": [
305 "use-new-media-cache" 316 "use-new-media-cache"
306 ], 317 ],
307 "group_name": "Enabled" 318 "group_name": "Enabled"
308 } 319 }
309 ] 320 ]
310 } 321 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698