summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/common/url_constants.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-10-26 13:57:00 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-11-02 11:31:01 +0000
commit1943b3c2a1dcee36c233724fc4ee7613d71b9cf6 (patch)
tree8c1b5f12357025c197da5427ae02cfdc2f3570d6 /chromium/chrome/common/url_constants.cc
parent21ba0c5d4bf8fba15dddd97cd693bad2358b77fd (diff)
BASELINE: Update Chromium to 94.0.4606.111
Change-Id: I924781584def20fc800bedf6ff41fdb96c438193 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.cc14
1 files changed, 10 insertions, 4 deletions
diff --git a/chromium/chrome/common/url_constants.cc b/chromium/chrome/common/url_constants.cc
index 8678851e5c8..a3735bc995d 100644
--- a/chromium/chrome/common/url_constants.cc
+++ b/chromium/chrome/common/url_constants.cc
@@ -20,6 +20,9 @@ const char kAutomaticSettingsResetLearnMoreURL[] =
const char kAdvancedProtectionDownloadLearnMoreURL[] =
"https://support.google.com/accounts/accounts?p=safe-browsing";
+const char kAppNotificationsBrowserSettingsURL[] =
+ "chrome://settings/content/notifications";
+
const char kBluetoothAdapterOffHelpURL[] =
"https://support.google.com/chrome?p=bluetooth";
@@ -29,9 +32,6 @@ const char kCastCloudServicesHelpURL[] =
const char kCastNoDestinationFoundURL[] =
"https://support.google.com/chromecast/?p=no_cast_destination";
-const char kChooserBluetoothOverviewURL[] =
- "https://support.google.com/chrome?p=bluetooth";
-
const char kChooserHidOverviewUrl[] =
"https://support.google.com/chrome?p=webhid";
@@ -183,7 +183,7 @@ const char kMixedContentDownloadBlockingLearnMoreUrl[] =
"https://support.google.com/chrome/?p=mixed_content_downloads";
const char kMyActivityUrlInClearBrowsingData[] =
- "https://myactivity.google.com/myactivity/?utm_source=chrome_cbd";
+ "https://myactivity.google.com/myactivity?utm_source=chrome_cbd";
const char kOmniboxLearnMoreURL[] =
#if BUILDFLAG(IS_CHROMEOS_ASH)
@@ -279,6 +279,12 @@ const char kSyncGoogleDashboardURL[] =
const char kSyncLearnMoreURL[] =
"https://support.google.com/chrome/?p=settings_sign_in";
+#if !defined(OS_ANDROID)
+const char kSyncTrustedVaultOptInURL[] =
+ "https://passwords.google.com/encryption/enroll?"
+ "utm_source=chrome&utm_medium=desktop&utm_campaign=encryption_enroll";
+#endif
+
const char kUpgradeHelpCenterBaseURL[] =
"https://support.google.com/installer/?product="
"{8A69D345-D564-463c-AFF1-A69D9E530F96}&error=";