Skip to content

Commit

Permalink
Enable 100% on nightly, enable 25% on beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
goodov committed Aug 19, 2024
1 parent 6e47a28 commit 32d478a
Showing 1 changed file with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -3003,7 +3003,7 @@
]
},
"name": "Enabled",
"probability_weight": 50
"probability_weight": 100
},
{
"feature_association": {
Expand All @@ -3012,7 +3012,7 @@
]
},
"name": "Disabled",
"probability_weight": 50
"probability_weight": 0
},
{
"name": "Default",
Expand All @@ -3030,6 +3030,42 @@
},
"name": "WorkaroundNewWindowFlash"
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"BraveWorkaroundNewWindowFlash"
]
},
"name": "Enabled",
"probability_weight": 25
},
{
"feature_association": {
"disable_feature": [
"BraveWorkaroundNewWindowFlash"
]
},
"name": "Disabled",
"probability_weight": 75
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"min_version": "127.1.70.49",
"channel": [
"BETA"
],
"platform": [
"WINDOWS"
]
},
"name": "WorkaroundNewWindowFlash"
},
{
"experiments": [
{
Expand Down

0 comments on commit 32d478a

Please sign in to comment.