Skip to content

Commit

Permalink
Enable Brave VPN by default on all platforms which it's supported
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Oct 12, 2022
1 parent 95b8916 commit 6dba76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_vpn/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace features {

const base::Feature kBraveVPN {
"BraveVPN",
#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS)
#if BUILDFLAG(ENABLE_BRAVE_VPN)
base::FEATURE_ENABLED_BY_DEFAULT
#else
base::FEATURE_DISABLED_BY_DEFAULT
Expand Down

0 comments on commit 6dba76d

Please sign in to comment.