12 lines
502 B
Text
12 lines
502 B
Text
Index: chrome/common/url_constants.h
|
|
--- chrome/common/url_constants.h.orig
|
|
+++ chrome/common/url_constants.h
|
|
@@ -516,7 +516,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[];
|