1 --- src/3rdparty/chromium/base/files/drive_info.h.orig	2025-08-15 18:30:00 UTC
2 +++ src/3rdparty/chromium/base/files/drive_info.h
3 @@ -48,7 +48,7 @@ struct BASE_EXPORT DriveInfo {
4    std::optional<bool> has_seek_penalty;
5 
6  #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
7 -    BUILDFLAG(IS_CHROMEOS)
8 +    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
9    // Whether the drive is a removable drive.
10    //
11    // Note on macOS: that SSDs that are connected over USB that you can eject
12