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

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

Issue 2854293002: Enable waterfall testing for DesktopIOSPromotion. (Closed)
Patch Set: Add SavePasswordsBubblePromotion50Beta config. Created 3 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
« 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 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 "delay_probability": "0.5", 688 "delay_probability": "0.5",
689 "randomize_delay": "true" 689 "randomize_delay": "true"
690 }, 690 },
691 "enable_features": [ 691 "enable_features": [
692 "DelayNavigation" 692 "DelayNavigation"
693 ] 693 ]
694 } 694 }
695 ] 695 ]
696 } 696 }
697 ], 697 ],
698 "DesktopIOSPromotion": [
699 {
700 "platforms": [
701 "win"
702 ],
703 "experiments": [
704 {
705 "name": "SavePasswordsBubblePromotionV1",
Alexei Svitkine (slow) 2017/05/03 19:03:17 Not: The first one will be the config tested by pe
706 "params": {
707 "body_text_id": "0",
708 "entry_point": "SavePasswordsBubblePromotion",
709 "max_views": "3",
710 "promo_variation_id": "1",
711 "sms_id": "19001508",
712 "title_text_id": "0"
713 },
714 "enable_features": [
715 "DesktopIOSPromotion"
716 ]
717 },
718 {
719 "name": "SavePasswordsBubblePromotionV2",
720 "params": {
721 "body_text_id": "0",
722 "entry_point": "SavePasswordsBubblePromotion",
723 "max_views": "3",
724 "promo_variation_id": "2",
725 "sms_id": "19001509",
726 "title_text_id": "1"
727 },
728 "enable_features": [
729 "DesktopIOSPromotion"
730 ]
731 },
732 {
733 "name": "SavePasswordsBubblePromotionV3",
734 "params": {
735 "body_text_id": "0",
736 "entry_point": "SavePasswordsBubblePromotion",
737 "max_views": "3",
738 "promo_variation_id": "3",
739 "sms_id": "19001510",
740 "title_text_id": "2"
741 },
742 "enable_features": [
743 "DesktopIOSPromotion"
744 ]
745 },
746 {
747 "name": "SavePasswordsBubblePromotion50Beta",
748 "params": {
749 "body_text_id": "0",
750 "entry_point": "SavePasswordsBubblePromotion",
751 "max_views": "3",
752 "promo_variation_id": "1",
753 "sms_id": "19001507",
754 "title_text_id": "0"
755 },
756 "enable_features": [
757 "DesktopIOSPromotion"
758 ]
759 }
760 ]
761 }
762 ],
698 "DirectCompositionOverlays": [ 763 "DirectCompositionOverlays": [
699 { 764 {
700 "platforms": [ 765 "platforms": [
701 "win" 766 "win"
702 ], 767 ],
703 "experiments": [ 768 "experiments": [
704 { 769 {
705 "name": "DirectCompositionOverlays", 770 "name": "DirectCompositionOverlays",
706 "enable_features": [ 771 "enable_features": [
707 "DirectCompositionOverlays" 772 "DirectCompositionOverlays"
(...skipping 2641 matching lines...) Expand 10 before | Expand all | Expand 10 after
3349 { 3414 {
3350 "name": "Enabled", 3415 "name": "Enabled",
3351 "enable_features": [ 3416 "enable_features": [
3352 "use-new-media-cache" 3417 "use-new-media-cache"
3353 ] 3418 ]
3354 } 3419 }
3355 ] 3420 ]
3356 } 3421 }
3357 ] 3422 ]
3358 } 3423 }
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