aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-weblayer_browser_content__browser__client__impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-weblayer_browser_content__browser__client__impl.h')
-rw-r--r--www/chromium/files/patch-weblayer_browser_content__browser__client__impl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-weblayer_browser_content__browser__client__impl.h b/www/chromium/files/patch-weblayer_browser_content__browser__client__impl.h
new file mode 100644
index 000000000000..963aea521d3b
--- /dev/null
+++ b/www/chromium/files/patch-weblayer_browser_content__browser__client__impl.h
@@ -0,0 +1,11 @@
+--- weblayer/browser/content_browser_client_impl.h.orig 2022-02-07 13:39:41 UTC
++++ weblayer/browser/content_browser_client_impl.h
+@@ -178,7 +178,7 @@ class ContentBrowserClientImpl : public content::Conte
+ override;
+ // TODO(crbug.com/1052397): Revisit once build flag switch of lacros-chrome is
+ // complete.
+-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_ANDROID)
++#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_ANDROID) || defined(OS_BSD)
+ void GetAdditionalMappedFilesForChildProcess(
+ const base::CommandLine& command_line,
+ int child_process_id,