Skip to content

Commit

Permalink
Uplift of #27861 (squashed) to release
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds committed Mar 1, 2025
1 parent 9934c53 commit ee85286
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions chromium_src/chrome/browser/unexpire_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ bool IsFlagExpired(const flags_ui::FlagsStorage* storage,
}
#endif // BUILDFLAG(ENABLE_PLAYLIST) && BUILDFLAG(IS_ANDROID)

#if !BUILDFLAG(IS_ANDROID)
// Don't show the split view flag in stable channel.
version_info::Channel channel = chrome::GetChannel();
if (base::EqualsCaseInsensitiveASCII(kSplitViewFeatureInternalName,
internal_name) &&
channel == version_info::Channel::STABLE) {
return true;
}
#endif

if (base::EqualsCaseInsensitiveASCII(flag_descriptions::kHttpsUpgradesName,
internal_name)) {
return true;
Expand Down

0 comments on commit ee85286

Please sign in to comment.