From 32d478a670b895c5cb9cc2985106b04ded4ae09b Mon Sep 17 00:00:00 2001 From: Aleksey Khoroshilov Date: Mon, 19 Aug 2024 13:22:30 +0700 Subject: [PATCH] Enable 100% on nightly, enable 25% on beta. --- seed/seed.json | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/seed/seed.json b/seed/seed.json index b5c24156..7f1b9035 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -3003,7 +3003,7 @@ ] }, "name": "Enabled", - "probability_weight": 50 + "probability_weight": 100 }, { "feature_association": { @@ -3012,7 +3012,7 @@ ] }, "name": "Disabled", - "probability_weight": 50 + "probability_weight": 0 }, { "name": "Default", @@ -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": [ {