Skip to content

Commit

Permalink
Merge pull request #69 from brave/revert_pr66
Browse files Browse the repository at this point in the history
Revert "Merge pull request #66 from brave/disable-sync-reset-progress-release"
  • Loading branch information
kjozwiak authored Jun 22, 2021
2 parents da5ba3e + b24e6e8 commit 12ece60
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,33 +516,6 @@
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"],
"country": ["US", "AU", "CA", "FR", "DE", "IE", "JP", "NZ", "GB"]
}
},
{
"name": "SyncResetProgressTokenStudy",
"experiments": [
{
"name": "Enabled",
"probability_weight": 0,
"feature_association": {
"enable_feature": ["ResetProgressMarkerOnCommitFailures"]
}
},
{
"name": "Disabled",
"probability_weight": 100,
"feature_association": {
"disable_feature": ["ResetProgressMarkerOnCommitFailures"]
}
},
{
"name": "Default",
"probability_weight": 0
}
],
"filter": {
"channel": ["NIGHTLY", "BETA", "RELEASE"],
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"]
}
}
]
}

0 comments on commit 12ece60

Please sign in to comment.