aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-chrome_browser_chrome__content__browser__client.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-chrome_browser_chrome__content__browser__client.h')
-rw-r--r--devel/electron29/files/patch-chrome_browser_chrome__content__browser__client.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-chrome_browser_chrome__content__browser__client.h b/devel/electron29/files/patch-chrome_browser_chrome__content__browser__client.h
new file mode 100644
index 000000000000..9492ae4a4cd7
--- /dev/null
+++ b/devel/electron29/files/patch-chrome_browser_chrome__content__browser__client.h
@@ -0,0 +1,11 @@
+--- chrome/browser/chrome_content_browser_client.h.orig 2024-02-21 00:20:34 UTC
++++ chrome/browser/chrome_content_browser_client.h
+@@ -489,7 +489,7 @@ class ChromeContentBrowserClient : public content::Con
+ bool IsPluginAllowedToUseDevChannelAPIs(
+ content::BrowserContext* browser_context,
+ const GURL& url) override;
+-#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_MAC)
++#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_BSD)
+ void GetAdditionalMappedFilesForChildProcess(
+ const base::CommandLine& command_line,
+ int child_process_id,