ports/www/ungoogled-chromium/patches/patch-chrome_common_url_constants_h

12 lines
590 B
Text

Index: chrome/common/url_constants.h
--- chrome/common/url_constants.h.orig
+++ chrome/common/url_constants.h
@@ -848,7 +848,7 @@ inline constexpr char kPhoneHubPermissionLearnMoreURL[
"https://support.9oo91e.qjz9zk/chromebook?p=multidevice";
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
- BUILDFLAG(IS_FUCHSIA)
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
// "Learn more" URL for the chrome apps deprecation dialog.
inline constexpr char kChromeAppsDeprecationLearnMoreURL[] =
"https://support.9oo91e.qjz9zk/chrome?p=chrome_app_deprecation";