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

Unified Diff: url/url_constants.h

Issue 2250843002: [CUPS] WebUI handler for CUPS printing: Retrieve the printer list from user preference. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address skau@ and dbeam@'s comments. Created 4 years, 4 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
Index: url/url_constants.h
diff --git a/url/url_constants.h b/url/url_constants.h
index 3a423d2634201ba18aa1578db9f8500c2f3ff881..0fe4961700ce8563b14f5f5a58de6241dc2d1def 100644
--- a/url/url_constants.h
+++ b/url/url_constants.h
@@ -29,6 +29,12 @@ URL_EXPORT extern const char kJavaScriptScheme[];
URL_EXPORT extern const char kMailToScheme[];
URL_EXPORT extern const char kWsScheme[];
URL_EXPORT extern const char kWssScheme[];
+// Below are the schemes for the network printers. For more info, see
+// https://www.cups.org/doc/network.html#PROTOCOLS.
+URL_EXPORT extern const char kPrinterIppScheme[];
+URL_EXPORT extern const char kPrinterIppsScheme[];
+URL_EXPORT extern const char kPrinterLpdScheme[];
+URL_EXPORT extern const char kPrinterSocketScheme[];
// Used to separate a standard scheme and the hostname: "://".
URL_EXPORT extern const char kStandardSchemeSeparator[];

Powered by Google App Engine
This is Rietveld 408576698