summaryrefslogtreecommitdiffstats
path: root/chrome/common/url_constants.h
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-10 18:15:08 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-10 18:15:08 +0000
commit91a79239222020a645e69e6db55d24e4d5bb2ca9 (patch)
treedb4d7184fea9b8af9a939822be8a0f3d9b96c09a /chrome/common/url_constants.h
parentbcfc82aa62de3794364854fabf908b1ebe0aa8de (diff)
downloadchromium_src-91a79239222020a645e69e6db55d24e4d5bb2ca9.zip
chromium_src-91a79239222020a645e69e6db55d24e4d5bb2ca9.tar.gz
chromium_src-91a79239222020a645e69e6db55d24e4d5bb2ca9.tar.bz2
chromeos: Update help URLs.
This also moves some untranslatable URL strings out of .grd files and into code so we don't duplicate them per-language. BUG=chromium-os:8117 TEST=trybots; also built and ran the chrome os version Review URL: http://codereview.chromium.org/4495001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/url_constants.h')
-rw-r--r--chrome/common/url_constants.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 05e32e6..14c2b37 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -170,6 +170,15 @@ extern const char kLanguageOptionsSubPage[];
extern const char kSystemOptionsSubPage[];
#endif
+// "What do these mean?" URL for the Page Info bubble.
+extern const char kPageInfoHelpCenterURL[];
+
+// "Learn more" URL for "Aw snap" page.
+extern const char kCrashReasonURL[];
+
+// "Learn more" URL for the Privacy section under Options.
+extern const char kPrivacyLearnMoreURL[];
+
// Call near the beginning of startup to register Chrome's internal URLs that
// should be parsed as "standard" with the googleurl library.
void RegisterChromeSchemes();