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

Unified Diff: printing/backend/print_backend_cups.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 | « chrome/service/cloud_print/print_system_cups.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/print_backend_cups.cc
===================================================================
--- printing/backend/print_backend_cups.cc (revision 69204)
+++ printing/backend/print_backend_cups.cc (working copy)
@@ -208,6 +208,7 @@
return cupsGetDests(dests);
} else {
HttpConnectionCUPS http(print_server_url_);
+ http.SetBlocking(false);
sanjeevr 2010/12/15 23:06:30 Since this is a generic helper, perhaps pass a boo
return cupsGetDests2(http.http(), dests);
}
}
« no previous file with comments | « chrome/service/cloud_print/print_system_cups.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698