ports/www/chromium/patches/patch-chrome_common_url_constants_h

13 lines
502 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: chrome/common/url_constants.h
--- chrome/common/url_constants.h.orig
+++ chrome/common/url_constants.h
@@ -512,7 +512,7 @@ extern const char kOutdatedPluginLearnMoreURL[];
extern const char kPhoneHubPermissionLearnMoreURL[];
#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.
extern const char kChromeAppsDeprecationLearnMoreURL[];