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

Unified Diff: printing/backend/cups_helper.h

Issue 10399050: Adding functionality to specify TLS encryption CUPS print servers for cloudprint connector. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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: printing/backend/cups_helper.h
===================================================================
--- printing/backend/cups_helper.h (revision 137176)
+++ printing/backend/cups_helper.h (working copy)
@@ -19,7 +19,8 @@
// functionality.
class PRINTING_EXPORT HttpConnectionCUPS {
public:
- explicit HttpConnectionCUPS(const GURL& print_server_url);
+ HttpConnectionCUPS(const GURL& print_server_url,
+ http_encryption_t encryption);
~HttpConnectionCUPS();
void SetBlocking(bool blocking);

Powered by Google App Engine
This is Rietveld 408576698