summaryrefslogtreecommitdiff
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.h10
1 files changed, 5 insertions, 5 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
index 194921f755f3..08299a0ffaea 100644
--- a/www/chromium/files/patch-weblayer_browser_content__browser__client__impl.h
+++ b/www/chromium/files/patch-weblayer_browser_content__browser__client__impl.h
@@ -1,11 +1,11 @@
---- weblayer/browser/content_browser_client_impl.h.orig 2022-02-28 16:54:41 UTC
+--- weblayer/browser/content_browser_client_impl.h.orig 2022-03-25 21:59:56 UTC
+++ weblayer/browser/content_browser_client_impl.h
-@@ -177,7 +177,7 @@ class ContentBrowserClientImpl : public content::Conte
- override;
+@@ -179,7 +179,7 @@ class ContentBrowserClientImpl : public content::Conte
// 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)
+ #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || \
+- BUILDFLAG(IS_ANDROID)
++ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)
void GetAdditionalMappedFilesForChildProcess(
const base::CommandLine& command_line,
int child_process_id,