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
|
2023-08-18 18:38:43 +00:00
|
|
|
@@ -516,7 +516,7 @@ extern const char kOutdatedPluginLearnMoreURL[];
|
2023-08-16 22:26:55 +00:00
|
|
|
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[];
|