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

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

Issue 2956503002: Adding a previews blacklist transtion entry to fieldtrial list (Closed)
Patch Set: comments Created 3 years, 6 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 | no next file » | 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 "params": { 615 "params": {
616 "persistent_menu_item_enabled": "true" 616 "persistent_menu_item_enabled": "true"
617 }, 617 },
618 "enable_features": [ 618 "enable_features": [
619 "DataReductionProxyMainMenu" 619 "DataReductionProxyMainMenu"
620 ] 620 ]
621 } 621 }
622 ] 622 ]
623 } 623 }
624 ], 624 ],
625 "DataReductionProxyPreviewsBlacklistTransition": [
626 {
627 "platforms": [
628 "android"
629 ],
630 "experiments": [
631 {
632 "name": "Enabled"
633 }
634 ]
635 }
636 ],
625 "DataReductionProxyServerExperiments": [ 637 "DataReductionProxyServerExperiments": [
626 { 638 {
627 "platforms": [ 639 "platforms": [
628 "android" 640 "android"
629 ], 641 ],
630 "experiments": [ 642 "experiments": [
631 { 643 {
632 "name": "Brotli", 644 "name": "Brotli",
633 "params": { 645 "params": {
634 "exp": "allow_brotli" 646 "exp": "allow_brotli"
(...skipping 2814 matching lines...) Expand 10 before | Expand all | Expand 10 after
3449 { 3461 {
3450 "name": "Enabled", 3462 "name": "Enabled",
3451 "enable_features": [ 3463 "enable_features": [
3452 "use-new-media-cache" 3464 "use-new-media-cache"
3453 ] 3465 ]
3454 } 3466 }
3455 ] 3467 ]
3456 } 3468 }
3457 ] 3469 ]
3458 } 3470 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698