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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "show_summary": "true" 430 "show_summary": "true"
431 } 431 }
432 }, 432 },
433 { 433 {
434 "group_name": "Default", 434 "group_name": "Default",
435 "params": { 435 "params": {
436 "enable_update_menu_item": "false" 436 "enable_update_menu_item": "false"
437 } 437 }
438 } 438 }
439 ], 439 ],
440 "V8SerializeOptions": [
441 {
442 "enable_features": [
443 "V8_Serialize_Eager",
444 "V8_Serialize_Age_Code"
445 ],
446 "group_name": "SerializeEagerAndAgeCode"
447 }
448 ],
449 "VarationsServiceControl": [ 440 "VarationsServiceControl": [
450 { 441 {
451 "group_name": "Interval_30min", 442 "group_name": "Interval_30min",
452 "params": { 443 "params": {
453 "fetch_period_min": "30" 444 "fetch_period_min": "30"
454 } 445 }
455 } 446 }
456 ], 447 ],
457 "WebFontsIntervention": [ 448 "WebFontsIntervention": [
458 { 449 {
(...skipping 12 matching lines...) Expand all
471 ], 462 ],
472 "use-new-media-cache": [ 463 "use-new-media-cache": [
473 { 464 {
474 "enable_features": [ 465 "enable_features": [
475 "use-new-media-cache" 466 "use-new-media-cache"
476 ], 467 ],
477 "group_name": "Enabled" 468 "group_name": "Enabled"
478 } 469 }
479 ] 470 ]
480 } 471 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698