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

Unified Diff: chrome/common/url_constants.h

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/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index efa2f84fefe58b1334d17a853f95b310f1b74cc3..652b4c9a73363ed05c3604d8cf04f6b7c02dc56e 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -578,6 +578,11 @@ extern const char kCrosScheme[];
extern const char kAndroidAppScheme[];
#endif
+#if defined(OS_CHROMEOS)
+// "Learn more" URL for the Printing section under Options.
+extern const char kCrosPrintingLearnMoreURL[];
+#endif
+
// "Learn more" URL for the Cloud Print section under Options.
extern const char kCloudPrintLearnMoreURL[];
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698