summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/common/url_constants.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-13 15:05:36 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-02-14 10:33:47 +0000
commite684a3455bcc29a6e3e66a004e352dea4e1141e7 (patch)
treed55b4003bde34d7d05f558f02cfd82b2a66a7aac /chromium/chrome/common/url_constants.cc
parent2b94bfe47ccb6c08047959d1c26e392919550e86 (diff)
BASELINE: Update Chromium to 72.0.3626.110 and Ninja to 1.9.0
Change-Id: Ic57220b00ecc929a893c91f5cc552f5d3e99e922 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/chrome/common/url_constants.cc')
-rw-r--r--chromium/chrome/common/url_constants.cc11
1 files changed, 8 insertions, 3 deletions
diff --git a/chromium/chrome/common/url_constants.cc b/chromium/chrome/common/url_constants.cc
index e72219a1356..ae6378e7ea6 100644
--- a/chromium/chrome/common/url_constants.cc
+++ b/chromium/chrome/common/url_constants.cc
@@ -103,9 +103,6 @@ const char kCloudPrintCertificateErrorLearnMoreURL[] =
"cloudprint?p=cloudprint_error_offline_linux";
#endif
-const char kCloudPrintNoDestinationsLearnMoreURL[] =
- "https://www.google.com/cloudprint/learn/";
-
const char kContentSettingsExceptionsLearnMoreURL[] =
"https://support.google.com/chrome/?p=settings_manage_exceptions";
@@ -144,6 +141,10 @@ const char kExtensionInvalidRequestURL[] = "chrome-extension://invalid/";
const char kGoogleAccountActivityControlsURL[] =
"https://myaccount.google.com/activitycontrols/search";
+const char kGoogleAccountURL[] = "https://myaccount.google.com";
+
+const char kGooglePasswordManagerURL[] = "https://passwords.google.com";
+
const char kLearnMoreReportingURL[] =
"https://support.google.com/chrome/?p=ui_usagestat";
@@ -152,6 +153,10 @@ const char kLegacySupervisedUserManagementDisplayURL[] =
const char kLegacySupervisedUserManagementURL[] =
"https://www.chrome.com/manage";
+// TODO(nicolaso): Replace with a p-link once it's ready. b/117655761
+const char kManagedUiLearnMoreUrl[] =
+ "https://support.google.com/chromebook/answer/1331549";
+
const char kMyActivityUrlInClearBrowsingData[] =
"https://myactivity.google.com/myactivity/?utm_source=chrome_cbd";