diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-chrome_common_webui__url__constants.cc')
-rw-r--r-- | www/ungoogled-chromium/files/patch-chrome_common_webui__url__constants.cc | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www/ungoogled-chromium/files/patch-chrome_common_webui__url__constants.cc b/www/ungoogled-chromium/files/patch-chrome_common_webui__url__constants.cc index 1b7d234b86c3..3cc858d1361b 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_webui__url__constants.cc +++ b/www/ungoogled-chromium/files/patch-chrome_common_webui__url__constants.cc @@ -1,12 +1,7 @@ ---- chrome/common/webui_url_constants.cc.orig 2025-05-31 17:16:41 UTC +--- chrome/common/webui_url_constants.cc.orig 2025-10-21 16:57:35 UTC +++ chrome/common/webui_url_constants.cc -@@ -193,21 +193,21 @@ base::span<const base::cstring_view> ChromeURLHosts() - kChromeUIAssistantOptInHost, - #endif - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - kChromeUIConnectorsInternalsHost, +@@ -199,17 +199,17 @@ base::span<const base::cstring_view> ChromeURLHosts() + kChromeUIInternetDetailDialogHost, #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_DESKTOP_ANDROID) |