diff --git a/patches/helium/ui/disable-tab-group-editor-footer.patch b/patches/helium/ui/disable-tab-group-editor-footer.patch new file mode 100644 index 00000000..fdeb27a1 --- /dev/null +++ b/patches/helium/ui/disable-tab-group-editor-footer.patch @@ -0,0 +1,10 @@ +--- a/chrome/browser/ui/views/tabs/tab_group_editor_bubble_view.cc ++++ b/chrome/browser/ui/views/tabs/tab_group_editor_bubble_view.cc +@@ -754,6 +754,7 @@ bool TabGroupEditorBubbleView::IsGroupSh + } + + bool TabGroupEditorBubbleView::ShouldShowSavedFooter() const { ++ return false; + PrefService* pref_service = browser_->profile()->GetPrefs(); + return (CanSaveGroups() && pref_service && + saved_tab_group_prefs::GetLearnMoreFooterShownCount(pref_service) < diff --git a/patches/series b/patches/series index 9d0895ec..13dd5957 100644 --- a/patches/series +++ b/patches/series @@ -187,3 +187,4 @@ helium/ui/center-window-on-launch.patch helium/ui/remove-devtools-annoyances.patch helium/ui/bookmarks-bar-padding.patch helium/ui/profile-picker-cleanup.patch +helium/ui/disable-tab-group-editor-footer.patch