Skip to content

Commit

Permalink
Show split view feature on all channels
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhong committed Feb 28, 2025
1 parent 8355412 commit 664fd40
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 664fd40

Please sign in to comment.