summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/common/url_constants.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2023-10-27 17:02:53 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2023-10-27 17:04:08 +0200
commit3dce9b5818576f04ce21cec4b3686eda012e5b65 (patch)
treefe3d59c6da3e62c74563710ba63996585293c743 /chromium/chrome/common/url_constants.cc
parent5a424f4a7b188b75da63eb697f63558af0b17f6f (diff)
BASELINE: Update Chromium to 118.0.5993.24
Diffstat (limited to 'chromium/chrome/common/url_constants.cc')
-rw-r--r--chromium/chrome/common/url_constants.cc23
1 files changed, 23 insertions, 0 deletions
diff --git a/chromium/chrome/common/url_constants.cc b/chromium/chrome/common/url_constants.cc
index a7a994122ba..38d45b38086 100644
--- a/chromium/chrome/common/url_constants.cc
+++ b/chromium/chrome/common/url_constants.cc
@@ -144,11 +144,18 @@ const char kDownloadInterruptedLearnMoreURL[] =
const char kDownloadScanningLearnMoreURL[] =
"https://support.google.com/chrome/?p=ib_download_blocked";
+// Note: This is the same as the above URL. This is done to decouple the URLs,
+// in case the support page is split apart into separate pages in the future.
+const char kDownloadBlockedLearnMoreURL[] =
+ "https://support.google.com/chrome/?p=ib_download_blocked";
+
const char kExtensionControlledSettingLearnMoreURL[] =
"https://support.google.com/chrome/?p=ui_settings_api_extension";
const char kExtensionInvalidRequestURL[] = "chrome-extension://invalid/";
+const char kFamilyGroupSiteURL[] = "https://families.google.com/families/";
+
const char kFirstPartySetsLearnMoreURL[] =
"https://developer.chrome.com/docs/privacy-sandbox/first-party-sets/";
@@ -265,6 +272,12 @@ const char kResetProfileSettingsLearnMoreURL[] =
const char kSafeBrowsingHelpCenterURL[] =
"https://support.google.com/chrome?p=cpn_safe_browsing";
+const char kSafeBrowsingHelpCenterUpdatedURL[] =
+ "https://support.google.com/chrome?p=safe_browsing_preferences";
+
+const char kSafeBrowsingInChromeHelpCenterURL[] =
+ "https://support.google.com/chrome?p=safebrowsing_in_chrome";
+
const char kSafetyTipHelpCenterURL[] =
"https://support.google.com/chrome/?p=safety_tip";
@@ -435,6 +448,10 @@ const char kLinuxAppsLearnMoreURL[] =
const char kNaturalScrollHelpURL[] =
"https://support.google.com/chromebook/?p=simple_scrolling";
+// TODO(zhangwenyu): Update link once confirmed.
+const char kScrollAccelerationHelpURL[] =
+ "https://support.google.com/chromebook/?p=simple_scrolling";
+
const char kHapticFeedbackHelpURL[] =
"https://support.google.com/chromebook?p=haptic_feedback_m100";
@@ -473,6 +490,12 @@ const char kSmartPrivacySettingsLearnMoreURL[] =
const char kSmbSharesLearnMoreURL[] =
"https://support.google.com/chromebook?p=network_file_shares";
+const char kGoogleDriveCleanUpStorageLearnMoreURL[] =
+ "https://support.google.com/chromebook?p=cleanup_offline_files";
+
+const char kGoogleDriveOfflineLearnMoreURL[] =
+ "https://support.google.com/chromebook?p=my_drive_cbx";
+
const char kSpeakOnMuteDetectionLearnMoreURL[] =
"https://support.google.com/chromebook?p=mic-mute";