1 --- chrome/common/chrome_paths_internal.h.orig 2022-02-28 16:54:41 UTC 2 +++ chrome/common/chrome_paths_internal.h 3 @@ -45,7 +45,7 @@ void GetUserCacheDirectory(const base::FilePath& profi 4 // Get the path to the user's documents directory. 5 bool GetUserDocumentsDirectory(base::FilePath* result); 6 7 -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) 8 +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) 9 // Gets the path to a safe default download directory for a user. 10 bool GetUserDownloadsDirectorySafe(base::FilePath* result); 11 #endif 12