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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.json

Issue 1907093002: Remove V8 serialize options from fieldtrial config. (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 "V8SerializeOptions": [
370 {
371 "enable_features": [
372 "V8_Serialize_Eager",
373 "V8_Serialize_Age_Code"
374 ],
375 "group_name": "SerializeEagerAndAgeCode"
376 }
377 ],
378 "VarationsServiceControl": [ 369 "VarationsServiceControl": [
379 { 370 {
380 "group_name": "Interval_30min", 371 "group_name": "Interval_30min",
381 "params": { 372 "params": {
382 "fetch_period_min": "30" 373 "fetch_period_min": "30"
383 } 374 }
384 } 375 }
385 ], 376 ],
386 "WebFontsIntervention": [ 377 "WebFontsIntervention": [
387 { 378 {
(...skipping 20 matching lines...) Expand all
408 ], 399 ],
409 "use-new-media-cache": [ 400 "use-new-media-cache": [
410 { 401 {
411 "enable_features": [ 402 "enable_features": [
412 "use-new-media-cache" 403 "use-new-media-cache"
413 ], 404 ],
414 "group_name": "Enabled" 405 "group_name": "Enabled"
415 } 406 }
416 ] 407 ]
417 } 408 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | tools/perf/docs/perf_bot_sheriffing.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698