summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/common/url_constants.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-05-17 17:24:03 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-06-22 07:51:41 +0000
commit774f54339e5db91f785733232d3950366db65d07 (patch)
tree068e1b47bd1af94d77094ed12b604a6b83d9c22a /chromium/chrome/common/url_constants.cc
parentf7eaed5286974984ba5f9e3189d8f49d03e99f81 (diff)
BASELINE: Update Chromium to 102.0.5005.57
Change-Id: I885f714bb40ee724c28f94ca6bd8dbdb39915158 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/chrome/common/url_constants.cc')
-rw-r--r--chromium/chrome/common/url_constants.cc29
1 files changed, 14 insertions, 15 deletions
diff --git a/chromium/chrome/common/url_constants.cc b/chromium/chrome/common/url_constants.cc
index afd3b4190b9..bc31a719bf7 100644
--- a/chromium/chrome/common/url_constants.cc
+++ b/chromium/chrome/common/url_constants.cc
@@ -11,6 +11,9 @@
namespace chrome {
+const char kAccessCodeCastLearnMoreURL[] =
+ "https://support.google.com/chrome/a/?p=cast_to_class_teacher";
+
const char kAccessibilityLabelsLearnMoreURL[] =
"https://support.google.com/chrome/?p=image_descriptions";
@@ -100,19 +103,6 @@ const char kChromeUIUntrustedNewTabPageUrl[] =
const char kChromiumProjectURL[] = "https://www.chromium.org/";
-const char kCloudPrintCertificateErrorLearnMoreURL[] =
-#if BUILDFLAG(IS_CHROMEOS_ASH)
- "https://support.google.com/chromebook?p=cloudprint_error_troubleshoot";
-#elif BUILDFLAG(IS_MAC)
- "https://support.google.com/cloudprint?p=cloudprint_error_offline_mac";
-#elif BUILDFLAG(IS_WIN)
- "https://support.google.com/"
- "cloudprint?p=cloudprint_error_offline_windows";
-#else
- "https://support.google.com/"
- "cloudprint?p=cloudprint_error_offline_linux";
-#endif
-
const char kContentSettingsExceptionsLearnMoreURL[] =
"https://support.google.com/chrome/?p=settings_manage_exceptions";
@@ -281,7 +271,7 @@ const char kSyncErrorsHelpURL[] =
"https://support.google.com/chrome/?p=settings_sync_error";
const char kSyncGoogleDashboardURL[] =
- "https://www.google.com/settings/chrome/sync/";
+ "https://www.google.com/settings/chrome/sync";
const char kSyncLearnMoreURL[] =
"https://support.google.com/chrome/?p=settings_sign_in";
@@ -406,6 +396,9 @@ const char kLinuxAppsLearnMoreURL[] =
const char kNaturalScrollHelpURL[] =
"https://support.google.com/chromebook/?p=simple_scrolling";
+const char kHapticFeedbackHelpURL[] =
+ "https://support.google.com/chromebook?p=haptic_feedback_m100";
+
const char kOemEulaURLPath[] = "oem";
const char kGoogleEulaOnlineURLPath[] =
@@ -456,7 +449,7 @@ extern const char kFingerprintLearnMoreURL[] =
const char kChromeEnterpriseSignInLearnMoreURL[] =
"https://support.google.com/chromebook/answer/1331549";
-const char kMac10_10_ObsoleteURL[] =
+const char kMacOsObsoleteURL[] =
"https://support.google.com/chrome/?p=unsupported_mac";
#endif
@@ -482,4 +475,10 @@ const char kOutdatedPluginLearnMoreURL[] =
const char kPhoneHubPermissionLearnMoreURL[] =
"https://support.google.com/chromebook/?p=multidevice";
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
+ BUILDFLAG(IS_FUCHSIA)
+const char kChromeAppsDeprecationLearnMoreURL[] =
+ "https://support.google.com/chrome/?p=chrome_app_deprecation";
+#endif
+
} // namespace chrome