aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_browser__commands.h
blob: a9511ee83274457f04041f83cedd6640592e1e7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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)