Chromium Code Reviews| Index: printing/backend/cups_helper.h |
| =================================================================== |
| --- printing/backend/cups_helper.h (revision 67734) |
| +++ printing/backend/cups_helper.h (working copy) |
| @@ -20,6 +20,8 @@ |
| explicit HttpConnectionCUPS(const GURL& print_server_url); |
| ~HttpConnectionCUPS(); |
| + void SetBlocking(bool blocking); |
|
sanjeevr
2010/12/03 23:46:37
Possible to unit-test this?
|
| + |
| http_t* http(); |
| private: |