| Index: trunk/src/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/webui/print_preview/print_preview_handler.h (revision 275710)
|
| +++ trunk/src/chrome/browser/ui/webui/print_preview/print_preview_handler.h (working copy)
|
| @@ -99,6 +99,7 @@
|
|
|
| private:
|
| class AccessTokenService;
|
| + struct CUPSPrinterColorModels;
|
|
|
| static bool PrivetPrintingEnabled();
|
|
|
| @@ -295,6 +296,11 @@
|
| // Holds token service to get OAuth2 access tokens.
|
| scoped_ptr<AccessTokenService> token_service_;
|
|
|
| +#if defined(USE_CUPS)
|
| + // The color capabilities from the last printer queried.
|
| + scoped_ptr<CUPSPrinterColorModels> cups_printer_color_models_;
|
| +#endif
|
| +
|
| #if defined(ENABLE_SERVICE_DISCOVERY)
|
| scoped_refptr<local_discovery::ServiceDiscoverySharedClient>
|
| service_discovery_client_;
|
|
|