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

Unified Diff: printing/backend/print_backend_consts.cc

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 | « printing/backend/print_backend_consts.h ('k') | printing/backend/print_backend_cups.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/print_backend_consts.cc
===================================================================
--- printing/backend/print_backend_consts.cc (revision 69204)
+++ printing/backend/print_backend_consts.cc (working copy)
@@ -8,3 +8,7 @@
const char kLocationTagName[] = "location";
const char kDriverNameTagName[] = "drivername";
+const char kCUPSPrintServerURL[] = "print_server_url";
+const char kCUPSBlocking[] = "cups_blocking";
+const char kValueTrue[] = "true";
+const char kValueFalse[] = "false";
« no previous file with comments | « printing/backend/print_backend_consts.h ('k') | printing/backend/print_backend_cups.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698