diff --git a/chromium_src/chrome/browser/unexpire_flags.cc b/chromium_src/chrome/browser/unexpire_flags.cc index e7e26c59fd9a..3ec82e9a3e5f 100644 --- a/chromium_src/chrome/browser/unexpire_flags.cc +++ b/chromium_src/chrome/browser/unexpire_flags.cc @@ -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;