aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_media_cdm__host__file__path.cc
blob: dc060950d12371ba6abb64b5af355b85407c6af7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/media/cdm_host_file_path.cc.orig	2020-07-07 21:58:14 UTC
+++ chrome/common/media/cdm_host_file_path.cc
@@ -93,7 +93,7 @@ void AddCdmHostFilePaths(
   cdm_host_file_paths->emplace_back(chrome_framework_path,
                                     chrome_framework_sig_path);
 
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
 
   base::FilePath chrome_exe_dir;
   if (!base::PathService::Get(base::DIR_EXE, &chrome_exe_dir))