summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorabodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-22 03:09:19 +0000
committerabodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-22 03:09:19 +0000
commit4a383555834462bcc236168c0476bb31e7b31e22 (patch)
tree7d4d4f34efe1ab0cf7ee617c9b21104767541a37 /chrome/common
parent340673a01cb6e647eedb2b38d8926f435da81b62 (diff)
downloadchromium_src-4a383555834462bcc236168c0476bb31e7b31e22.zip
chromium_src-4a383555834462bcc236168c0476bb31e7b31e22.tar.gz
chromium_src-4a383555834462bcc236168c0476bb31e7b31e22.tar.bz2
Update cloudprint related strings in the ChromeOS advanced options dialog.
BUG= TEST= Review URL: http://codereview.chromium.org/7473013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/url_constants.cc5
-rw-r--r--chrome/common/url_constants.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 039c5dc..72f01e4 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -293,6 +293,11 @@ const char kBlockedPluginLearnMoreURL[] =
const char kLearnMoreRegisterProtocolHandlerURL[] =
"http://www.google.com/support/chrome/bin/answer.py?answer=1382847";
+#if defined(OS_CHROMEOS)
+const char kCloudPrintLearnMoreURL[] =
+ "https://www.google.com/support/chromeos/bin/topic.py?topic=29023";
+#endif
+
void RegisterChromeSchemes() {
// Don't need "chrome-internal" which was used in old versions of Chrome for
// the new tab page.
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 708f3ea..5061a305 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -260,6 +260,11 @@ extern const char kLearnMoreRegisterProtocolHandlerURL[];
// should be parsed as "standard" with the googleurl library.
void RegisterChromeSchemes();
+#if defined(OS_CHROMEOS)
+// "Learn more" URL for the Cloud Print section under Options.
+extern const char kCloudPrintLearnMoreURL[];
+#endif
+
} // namespace chrome
#endif // CHROME_COMMON_URL_CONSTANTS_H_