diff options
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 | 8 |
1 files changed, 4 insertions, 4 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 index d7065b70f756..a9511ee83274 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser__commands.h +++ b/www/chromium/files/patch-chrome_browser_ui_browser__commands.h @@ -1,8 +1,8 @@ ---- chrome/browser/ui/browser_commands.h.orig 2022-04-21 18:48:31 UTC +--- chrome/browser/ui/browser_commands.h.orig 2022-05-19 14:06:27 UTC +++ chrome/browser/ui/browser_commands.h -@@ -250,7 +250,7 @@ void ProcessInterceptedChromeURLNavigationInIncognito( - // Follows a web feed associated with the main frame of specified web contents. - void FollowSite(Browser* browser, content::WebContents* web_contents); +@@ -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) |