summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/common/url_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/url_constants.h')
-rw-r--r--chromium/chrome/common/url_constants.h26
1 files changed, 15 insertions, 11 deletions
diff --git a/chromium/chrome/common/url_constants.h b/chromium/chrome/common/url_constants.h
index 51445591a4a..e839c1fbb1e 100644
--- a/chromium/chrome/common/url_constants.h
+++ b/chromium/chrome/common/url_constants.h
@@ -150,9 +150,6 @@ extern const char kGoogleAccountChooserURL[];
// URL of the Google Password Manager.
extern const char kGooglePasswordManagerURL[];
-// URL for Password Checkup.
-extern const char kPasswordCheckupURL[];
-
// The URL for the "Learn more" page for the usage/crash reporting option in the
// first run dialog.
extern const char kLearnMoreReportingURL[];
@@ -192,6 +189,9 @@ extern const char kRemoveNonCWSExtensionURL[];
// "Learn more" URL for resetting profile preferences.
extern const char kResetProfileSettingsLearnMoreURL[];
+// "Learn more" URL for safety tip bubble.
+extern const char kSafetyTipHelpCenterURL[];
+
// Help URL for the settings page's search feature.
extern const char kSettingsSearchHelpURL[];
@@ -227,6 +227,18 @@ extern const char kAccountManagerLearnMoreURL[];
// The URL for the "learn more" link for Google Play Store (ARC) settings.
extern const char kAndroidAppsLearnMoreURL[];
+// The URL for the "Learn more" link in the External storage preferences
+// settings.
+extern const char kArcExternalStorageLearnMoreURL[];
+
+// The path format to the localized offline ARC++ Privacy Policy.
+// Relative to |kChromeOSAssetPath|.
+extern const char kArcPrivacyPolicyPathFormat[];
+
+// The path format to the localized offline ARC++ Terms of Service.
+// Relative to |kChromeOSAssetPath|.
+extern const char kArcTermsPathFormat[];
+
// Accessibility help link for Chrome.
extern const char kChromeAccessibilityHelpURL[];
@@ -250,14 +262,6 @@ extern const char kEasyUnlockLearnMoreUrl[];
// The path to the offline Chrome OS EULA.
extern const char kEULAPathFormat[];
-// The path format to the localized offline ARC++ Terms of Service.
-// Relative to |kChromeOSAssetPath|.
-extern const char kArcTermsPathFormat[];
-
-// The path format to the localized offline ARC++ Privacy Policy.
-// Relative to |kChromeOSAssetPath|.
-extern const char kArcPrivacyPolicyPathFormat[];
-
// The URL for EOL notification
extern const char kEolNotificationURL[];