diff options
author | Robert Nagy <robert@openbsd.org> | 2022-06-18 05:51:42 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-06-22 08:02:35 +0000 |
commit | 80ffbf089df7cc8d4b4879e23f6816fc7e338f7f (patch) | |
tree | 23b8c15850649e788bdcc2a8b3ed62ff0d793988 /www/chromium/files/patch-chrome_browser_ui_browser__commands.h | |
parent | e408d5e4ec74b0d09aa3306a49065cac0c429427 (diff) |
Diffstat (limited to 'www/chromium/files/patch-chrome_browser_ui_browser__commands.h')
-rw-r--r-- | www/chromium/files/patch-chrome_browser_ui_browser__commands.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-chrome_browser_ui_browser__commands.h b/www/chromium/files/patch-chrome_browser_ui_browser__commands.h deleted file mode 100644 index a9511ee83274..000000000000 --- a/www/chromium/files/patch-chrome_browser_ui_browser__commands.h +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/ui/browser_commands.h.orig 2022-05-19 14:06:27 UTC -+++ chrome/browser/ui/browser_commands.h -@@ -251,7 +251,7 @@ void ProcessInterceptedChromeURLNavigationInIncognito( - void FollowSite(content::WebContents* web_contents); - void UnfollowSite(content::WebContents* web_contents); - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // Triggers the Screen AI to be run once on the |browser|. - void RunScreenAi(Browser* browser); - #endif // BUILDFLAG(IS_LINUX) |