diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-chrome_browser_ui_chrome__pages.cc')
| -rw-r--r-- | www/ungoogled-chromium/files/patch-chrome_browser_ui_chrome__pages.cc | 23 | 
1 files changed, 19 insertions, 4 deletions
diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_chrome__pages.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_chrome__pages.cc index 3981ba2e639c..92779294e695 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_chrome__pages.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_chrome__pages.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/chrome_pages.cc.orig	2025-10-21 16:57:35 UTC +--- chrome/browser/ui/chrome_pages.cc.orig	2025-11-01 06:40:37 UTC  +++ chrome/browser/ui/chrome_pages.cc -@@ -85,7 +85,7 @@ +@@ -85,12 +85,12 @@   #include "components/signin/public/identity_manager/identity_manager.h"   #endif @@ -9,7 +9,22 @@   #include "chrome/browser/web_applications/web_app_utils.h"   #endif -@@ -393,7 +393,7 @@ void ShowChromeTips(Browser* browser) { + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +-    BUILDFLAG(IS_CHROMEOS) ++    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + #include "components/webapps/isolated_web_apps/scheme.h" + #endif  // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || +         // BUILDFLAG(IS_CHROMEOS) +@@ -252,7 +252,7 @@ bool SiteGURLIsValid(const GURL& url) { +   return !site_origin.opaque() && (url.SchemeIsHTTPOrHTTPS() || +                                    url.SchemeIs(extensions::kExtensionScheme) + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +-    BUILDFLAG(IS_CHROMEOS) ++    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) +                                    || url.SchemeIs(webapps::kIsolatedAppScheme) + #endif  // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || +         // BUILDFLAG(IS_CHROMEOS) +@@ -414,7 +414,7 @@ void ShowChromeTips(Browser* browser) {     ShowSingletonTab(browser, GURL(kChromeTipsURL));   } @@ -18,7 +33,7 @@   void ShowChromeWhatsNew(Browser* browser) {     ShowSingletonTab(browser, GURL(kChromeUIWhatsNewURL));   } -@@ -718,7 +718,7 @@ void ShowShortcutCustomizationApp(Profile* profile, +@@ -743,7 +743,7 @@ void ShowShortcutCustomizationApp(Profile* profile,   }   #endif  // BUILDFLAG(IS_CHROMEOS)  | 
