aboutsummaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-services_device_public_cpp_device__features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-services_device_public_cpp_device__features.cc')
-rw-r--r--devel/electron35/files/patch-services_device_public_cpp_device__features.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-services_device_public_cpp_device__features.cc b/devel/electron35/files/patch-services_device_public_cpp_device__features.cc
deleted file mode 100644
index c50fb2720faf..000000000000
--- a/devel/electron35/files/patch-services_device_public_cpp_device__features.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- services/device/public/cpp/device_features.cc.orig 2025-03-24 20:50:14 UTC
-+++ services/device/public/cpp/device_features.cc
-@@ -114,7 +114,7 @@ bool IsOsLevelGeolocationPermissionSupportEnabled() {
-
- // Controls whether Chrome will try to automatically detach kernel drivers when
- // a USB interface is busy.
--#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- BASE_FEATURE(kAutomaticUsbDetach,
- "AutomaticUsbDetach",
- base::FEATURE_DISABLED_BY_DEFAULT);