Skip to content

Commit

Permalink
Merge pull request #6193 from brave/pr6184_sync-v2-release_1.12.x
Browse files Browse the repository at this point in the history
Enable brave sync v2 for all channels (uplift to 1.12.x)
  • Loading branch information
kjozwiak authored Jul 27, 2020
2 parents 33994ac + 3e0c258 commit d397f6d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/brave_sync/buildflags/buildflags.gni
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@ import("//brave/build/config.gni")
import("//build/config/features.gni")

declare_args() {
enable_brave_sync =
brave_channel == "development" ||
brave_channel == "nightly" ||
brave_channel == "dev" ||
brave_channel == "beta"
enable_brave_sync = true
}

0 comments on commit d397f6d

Please sign in to comment.