summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_services_system__signals_public_cpp_browser_system__signals__service__host__impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_services_system__signals_public_cpp_browser_system__signals__service__host__impl.h')
-rw-r--r--www/chromium/files/patch-chrome_services_system__signals_public_cpp_browser_system__signals__service__host__impl.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/chromium/files/patch-chrome_services_system__signals_public_cpp_browser_system__signals__service__host__impl.h b/www/chromium/files/patch-chrome_services_system__signals_public_cpp_browser_system__signals__service__host__impl.h
deleted file mode 100644
index bd95ae8d3441..000000000000
--- a/www/chromium/files/patch-chrome_services_system__signals_public_cpp_browser_system__signals__service__host__impl.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- chrome/services/system_signals/public/cpp/browser/system_signals_service_host_impl.h.orig 2022-07-22 17:30:31 UTC
-+++ chrome/services/system_signals/public/cpp/browser/system_signals_service_host_impl.h
-@@ -11,7 +11,7 @@
- #if BUILDFLAG(IS_WIN)
- #include "components/device_signals/core/common/mojom/system_signals.mojom.h"
- #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>
- #include "components/device_signals/core/common/mojom/system_signals.mojom-forward.h"
- #endif
-@@ -34,7 +34,7 @@ class SystemSignalsServiceHostImpl
- private:
- #if BUILDFLAG(IS_WIN)
- mojo::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
- };