diff options
Diffstat (limited to 'chrome/service/service_process.h')
-rw-r--r-- | chrome/service/service_process.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h index ce1fc5a..8379fb8 100644 --- a/chrome/service/service_process.h +++ b/chrome/service/service_process.h @@ -39,6 +39,11 @@ class ServiceProcess : public CloudPrintProxy::Client { bool Initialize(MessageLoopForUI* message_loop, const CommandLine& command_line, ServiceProcessState* state); + + // Functions for Cloud Print virtual driver on Mac. + void EnableVirtualPrintDriver(); + void DisableVirtualPrintDriver(); + bool Teardown(); // TODO(sanjeevr): Change various parts of the code such as // net::ProxyService::CreateSystemProxyConfigService to take in |