aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_browser__commands.h
diff options
context:
space:
mode:
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.h11
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)