Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: chrome/common/url_constants.cc

Issue 2811643005: Fix the Learn More link for Printing in CrOS. (Closed)
Patch Set: fix learn more link for Printing Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 1e790dfcf19e6eed624c4d96a8052a35aca7ed1b..13dda500edb0d71d8ec8d4325a699edb8e61cfc2 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -588,6 +588,11 @@ const char kDownloadInterruptedLearnMoreURL[] =
const char kSyncEverythingLearnMoreURL[] =
"https://support.google.com/chrome/?p=settings_sync_all";
+#if defined(OS_CHROMEOS)
+const char kCrosPrintingLearnMoreURL[] =
+ "https://support.google.com/chromebook?p=chromebook_printing";
+#endif
+
const char kCloudPrintLearnMoreURL[] =
#if defined(OS_CHROMEOS)
"https://support.google.com/chromebook/?p=settings_cloud_print";
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698