Chromium Code Reviews| 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); |