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

Unified Diff: printing/backend/print_backend_consts.h

Issue 5846001: Making CUPS calls non-blocking.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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/service/cloud_print/print_system_cups.cc ('k') | printing/backend/print_backend_consts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/print_backend_consts.h
===================================================================
--- printing/backend/print_backend_consts.h (revision 69204)
+++ printing/backend/print_backend_consts.h (working copy)
@@ -8,5 +8,9 @@
extern const char kLocationTagName[];
extern const char kDriverNameTagName[];
+extern const char kCUPSPrintServerURL[];
+extern const char kCUPSBlocking[];
+extern const char kValueTrue[];
+extern const char kValueFalse[];
#endif // PRINTING_BACKEND_PRINT_BACKEND_CONSTS_H_
« no previous file with comments | « chrome/service/cloud_print/print_system_cups.cc ('k') | printing/backend/print_backend_consts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698