aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_web__applications_components_web__app__protocol__handler__registration.cc
blob: edb22367ca2c4b691cbce27b329f25af950184f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/web_applications/components/web_app_protocol_handler_registration.cc.orig	2021-06-10 11:20:20 UTC
+++ chrome/browser/web_applications/components/web_app_protocol_handler_registration.cc
@@ -10,7 +10,7 @@
 
 namespace web_app {
 
-#if !(defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX))
+#if !(defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX) || defined(OS_BSD))
 // Registers a protocol handler for the web app with the OS.
 void RegisterProtocolHandlersWithOs(
     const AppId& app_id,