Commit 813e6977 authored by jasonkliu's avatar jasonkliu Committed by Commit bot

Enable waterfall testing for DesktopIOSPromotion.

This is in preparation for beta and stable Finch configs.

BUG=676655

Review-Url: https://codereview.chromium.org/2854293002
Cr-Commit-Position: refs/heads/master@{#469292}
parent 5d6d7b17
...@@ -717,6 +717,71 @@ ...@@ -717,6 +717,71 @@
] ]
} }
], ],
"DesktopIOSPromotion": [
{
"platforms": [
"win"
],
"experiments": [
{
"name": "SavePasswordsBubblePromotionV1",
"params": {
"body_text_id": "0",
"entry_point": "SavePasswordsBubblePromotion",
"max_views": "3",
"promo_variation_id": "1",
"sms_id": "19001508",
"title_text_id": "0"
},
"enable_features": [
"DesktopIOSPromotion"
]
},
{
"name": "SavePasswordsBubblePromotionV2",
"params": {
"body_text_id": "0",
"entry_point": "SavePasswordsBubblePromotion",
"max_views": "3",
"promo_variation_id": "2",
"sms_id": "19001509",
"title_text_id": "1"
},
"enable_features": [
"DesktopIOSPromotion"
]
},
{
"name": "SavePasswordsBubblePromotionV3",
"params": {
"body_text_id": "0",
"entry_point": "SavePasswordsBubblePromotion",
"max_views": "3",
"promo_variation_id": "3",
"sms_id": "19001510",
"title_text_id": "2"
},
"enable_features": [
"DesktopIOSPromotion"
]
},
{
"name": "SavePasswordsBubblePromotion50Beta",
"params": {
"body_text_id": "0",
"entry_point": "SavePasswordsBubblePromotion",
"max_views": "3",
"promo_variation_id": "1",
"sms_id": "19001507",
"title_text_id": "0"
},
"enable_features": [
"DesktopIOSPromotion"
]
}
]
}
],
"DirectCompositionOverlays": [ "DirectCompositionOverlays": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment