diff options
Diffstat (limited to 'devel/electron39/files/patch-chrome_browser_ui_tabs_tab__features.cc')
| -rw-r--r-- | devel/electron39/files/patch-chrome_browser_ui_tabs_tab__features.cc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron39/files/patch-chrome_browser_ui_tabs_tab__features.cc b/devel/electron39/files/patch-chrome_browser_ui_tabs_tab__features.cc new file mode 100644 index 000000000000..bea91d15c2c2 --- /dev/null +++ b/devel/electron39/files/patch-chrome_browser_ui_tabs_tab__features.cc @@ -0,0 +1,20 @@ +--- chrome/browser/ui/tabs/tab_features.cc.orig 2025-10-21 20:19:54 UTC ++++ chrome/browser/ui/tabs/tab_features.cc +@@ -80,7 +80,7 @@ + #include "chrome/browser/ui/web_applications/pwa_install_page_action.h" + #include "chrome/browser/ui/webui/webui_embedding_context.h" + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + #include "chrome/browser/wallet/chrome_walletable_pass_client.h" + #endif + #include "chrome/browser/web_applications/web_app_tab_helper.h" +@@ -401,7 +401,7 @@ void TabFeatures::Init(TabInterface& tab, Profile* pro + task_manager::WebContentsTags::CreateForTabContents(tab.GetContents()); + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + inactive_window_mouse_event_controller_ = + std::make_unique<InactiveWindowMouseEventController>(); + |
