diff --git a/seed/seed.json b/seed/seed.json index 7741c19d..be23c9f2 100644 --- a/seed/seed.json +++ b/seed/seed.json @@ -2125,6 +2125,47 @@ ] }, "name": "SpeedreaderAndroidStudy" + }, + { + "experiments": [ + { + "feature_association": { + "enable_feature": [ + "ResetProgressMarkerOnCommitFailures" + ] + }, + "name": "Enabled", + "probability_weight": 0 + }, + { + "feature_association": { + "disable_feature": [ + "ResetProgressMarkerOnCommitFailures" + ] + }, + "name": "Disabled", + "probability_weight": 100 + + }, + { + "name": "Default", + "probability_weight": 0 + } + ], + "filter": { + "channel": [ + "NIGHTLY", + "BETA", + "RELEASE" + ], + "platform": [ + "WINDOWS", + "MAC", + "LINUX", + "ANDROID" + ] + }, + "name": "SyncResetProgressTokenStudy" } ], "version": "1"