aboutsummaryrefslogblamecommitdiff
path: root/devel/electron23/files/patch-components_storage__monitor_removable__device__constants.h
blob: 71ac1f80d945dc1e7ff8e97efae319fa6cefe559 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                               
--- components/storage_monitor/removable_device_constants.h.orig	2022-02-28 16:54:41 UTC
+++ components/storage_monitor/removable_device_constants.h
@@ -14,7 +14,7 @@ namespace storage_monitor {
 extern const char kFSUniqueIdPrefix[];
 extern const char kVendorModelSerialPrefix[];
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
 extern const char kVendorModelVolumeStoragePrefix[];
 #endif