diff options
Diffstat (limited to 'www/chromium/files/patch-base_path__service__unittest.cc')
-rw-r--r-- | www/chromium/files/patch-base_path__service__unittest.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-base_path__service__unittest.cc b/www/chromium/files/patch-base_path__service__unittest.cc index e67c5a871563..3bf8f3f4cc0f 100644 --- a/www/chromium/files/patch-base_path__service__unittest.cc +++ b/www/chromium/files/patch-base_path__service__unittest.cc @@ -1,11 +1,11 @@ ---- base/path_service_unittest.cc.orig 2021-04-14 18:40:48 UTC +--- base/path_service_unittest.cc.orig 2021-12-31 00:57:18 UTC +++ base/path_service_unittest.cc -@@ -38,7 +38,7 @@ bool ReturnsValidPath(int dir_type) { - if (dir_type == DIR_CACHE) +@@ -46,7 +46,7 @@ bool ReturnsValidPath(int key) { + if (key == DIR_CACHE) check_path_exists = false; #endif -#if defined(OS_LINUX) || defined(OS_CHROMEOS) +#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) // On the linux try-bots: a path is returned (e.g. /home/chrome-bot/Desktop), // but it doesn't exist. - if (dir_type == DIR_USER_DESKTOP) + if (key == DIR_USER_DESKTOP) |