aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_services_system__signals_public_cpp_system__signals__service__host.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_services_system__signals_public_cpp_system__signals__service__host.h')
-rw-r--r--www/chromium/files/patch-chrome_services_system__signals_public_cpp_system__signals__service__host.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome_services_system__signals_public_cpp_system__signals__service__host.h b/www/chromium/files/patch-chrome_services_system__signals_public_cpp_system__signals__service__host.h
new file mode 100644
index 000000000000..772a3c12e8e4
--- /dev/null
+++ b/www/chromium/files/patch-chrome_services_system__signals_public_cpp_system__signals__service__host.h
@@ -0,0 +1,20 @@
+--- chrome/services/system_signals/public/cpp/system_signals_service_host.h.orig 2022-06-17 14:20:10 UTC
++++ chrome/services/system_signals/public/cpp/system_signals_service_host.h
+@@ -10,7 +10,7 @@
+
+ #if BUILDFLAG(IS_WIN)
+ #include "mojo/public/cpp/bindings/remote.h"
+-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
+ #include <memory>
+ #endif
+
+@@ -33,7 +33,7 @@ class SystemSignalsServiceHost {
+ private:
+ #if BUILDFLAG(IS_WIN)
+ mojom::Remote<device_signals::mojom::SystemSignalsService> remote_service_;
+-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
+ std::unique_ptr<device_signals::mojom::SystemSignalsService> local_service_;
+ #endif
+ };