aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_storage__monitor_removable__device__constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_storage__monitor_removable__device__constants.h')
-rw-r--r--www/chromium/files/patch-components_storage__monitor_removable__device__constants.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-components_storage__monitor_removable__device__constants.h b/www/chromium/files/patch-components_storage__monitor_removable__device__constants.h
index 6417016c4b7e..9402828cd75e 100644
--- a/www/chromium/files/patch-components_storage__monitor_removable__device__constants.h
+++ b/www/chromium/files/patch-components_storage__monitor_removable__device__constants.h
@@ -1,11 +1,11 @@
---- components/storage_monitor/removable_device_constants.h.orig 2019-03-11 22:00:57 UTC
+--- components/storage_monitor/removable_device_constants.h.orig 2020-11-13 06:36:41 UTC
+++ components/storage_monitor/removable_device_constants.h
@@ -15,7 +15,7 @@ namespace storage_monitor {
extern const char kFSUniqueIdPrefix[];
extern const char kVendorModelSerialPrefix[];
--#if defined(OS_LINUX)
-+#if defined(OS_LINUX) || defined(OS_BSD)
+-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
extern const char kVendorModelVolumeStoragePrefix[];
#endif