diff options
Diffstat (limited to 'devel/electron37/files/patch-chrome_browser_chrome__content__browser__client.h')
-rw-r--r-- | devel/electron37/files/patch-chrome_browser_chrome__content__browser__client.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-chrome_browser_chrome__content__browser__client.h b/devel/electron37/files/patch-chrome_browser_chrome__content__browser__client.h new file mode 100644 index 000000000000..8cda841e2e8c --- /dev/null +++ b/devel/electron37/files/patch-chrome_browser_chrome__content__browser__client.h @@ -0,0 +1,11 @@ +--- chrome/browser/chrome_content_browser_client.h.orig 2025-06-30 07:04:30 UTC ++++ chrome/browser/chrome_content_browser_client.h +@@ -577,7 +577,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, |