aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron35/files/patch-chrome_browser_ui_omnibox_omnibox__pedal__implementations.cc
blob: fa2d6fb59ae5ad328371946d0b2afe93dcfcfb87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/ui/omnibox/omnibox_pedal_implementations.cc.orig	2025-03-24 20:50:14 UTC
+++ chrome/browser/ui/omnibox/omnibox_pedal_implementations.cc
@@ -1985,7 +1985,7 @@ const gfx::VectorIcon& GetSharingHubVectorIcon() {
   return omnibox::kShareMacChromeRefreshIcon;
 #elif BUILDFLAG(IS_WIN)
   return omnibox::kShareWinChromeRefreshIcon;
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   return omnibox::kShareLinuxChromeRefreshIcon;
 #else
   return omnibox::kShareChromeRefreshIcon;