Skip to content

Commit a99dced

Browse files
committed
Allow for VPN on release channel
It's still disabled by default so we can roll out via Griffin Fixes brave/brave-browser#26867
1 parent b7cbe3d commit a99dced

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

chromium_src/chrome/browser/unexpire_flags.cc

-9
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ bool IsFlagExpired(const flags_ui::FlagsStorage* storage,
2222
version_info::Channel channel = chrome::GetChannel();
2323
#endif
2424

25-
#if BUILDFLAG(ENABLE_BRAVE_VPN)
26-
// Enable VPN feature except stable.
27-
if (base::EqualsCaseInsensitiveASCII(kBraveVPNFeatureInternalName,
28-
internal_name) &&
29-
channel == version_info::Channel::STABLE) {
30-
return true;
31-
}
32-
#endif
33-
3425
#if BUILDFLAG(ENABLE_PLAYLIST)
3526
// Enable playlist feature only for nightly/development.
3627
if (base::EqualsCaseInsensitiveASCII(kPlaylistFeatureInternalName,

0 commit comments

Comments
 (0)