diff options
Diffstat (limited to 'www/chromium/files/patch-extensions_shell_common_switches.cc')
-rw-r--r-- | www/chromium/files/patch-extensions_shell_common_switches.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-extensions_shell_common_switches.cc b/www/chromium/files/patch-extensions_shell_common_switches.cc new file mode 100644 index 000000000000..dda8a183d3ee --- /dev/null +++ b/www/chromium/files/patch-extensions_shell_common_switches.cc @@ -0,0 +1,11 @@ +--- extensions/shell/common/switches.cc.orig 2022-02-07 13:39:41 UTC ++++ extensions/shell/common/switches.cc +@@ -22,7 +22,7 @@ const char kAppShellPreferredNetwork[] = "app-shell-pr + + // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch + // of lacros-chrome is complete. +-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) ++#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD) + // The directory breakpad should store minidumps in. + const char kCrashDumpsDir[] = "crash-dumps-dir"; + |