diff options
Diffstat (limited to 'devel/electron33/files/patch-chrome_browser_chrome__content__browser__client.h')
-rw-r--r-- | devel/electron33/files/patch-chrome_browser_chrome__content__browser__client.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-chrome_browser_chrome__content__browser__client.h b/devel/electron33/files/patch-chrome_browser_chrome__content__browser__client.h deleted file mode 100644 index ab6cb5b6d105..000000000000 --- a/devel/electron33/files/patch-chrome_browser_chrome__content__browser__client.h +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/chrome_content_browser_client.h.orig 2024-10-16 21:30:57 UTC -+++ chrome/browser/chrome_content_browser_client.h -@@ -525,7 +525,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, |