aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-components_storage__monitor_removable__device__constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-components_storage__monitor_removable__device__constants.cc')
-rw-r--r--devel/electron29/files/patch-components_storage__monitor_removable__device__constants.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-components_storage__monitor_removable__device__constants.cc b/devel/electron29/files/patch-components_storage__monitor_removable__device__constants.cc
new file mode 100644
index 000000000000..b5f275ed96b3
--- /dev/null
+++ b/devel/electron29/files/patch-components_storage__monitor_removable__device__constants.cc
@@ -0,0 +1,11 @@
+--- components/storage_monitor/removable_device_constants.cc.orig 2022-02-28 16:54:41 UTC
++++ components/storage_monitor/removable_device_constants.cc
+@@ -10,7 +10,7 @@ namespace storage_monitor {
+ const char kFSUniqueIdPrefix[] = "UUID:";
+ const char kVendorModelSerialPrefix[] = "VendorModelSerial:";
+
+-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
+ const char kVendorModelVolumeStoragePrefix[] = "VendorModelVolumeStorage:";
+ #endif
+