blob: 6f0986d2a68d65879c7240a237871f90ea26d996 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/common/url_constants.h.orig 2025-05-31 17:16:41 UTC
+++ chrome/common/url_constants.h
@@ -992,7 +992,7 @@ inline constexpr char kOutdatedPluginLearnMoreURL[] =
inline constexpr char kPhoneHubPermissionLearnMoreURL[] =
"https://support.9oo91e.qjz9zk/chromebook?p=multidevice";
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || 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";
|