| Index: chrome/service/service_ipc_server.h
 | 
| diff --git a/chrome/service/service_ipc_server.h b/chrome/service/service_ipc_server.h
 | 
| index eeb1f742917e4e9b9b0a5e1cace9fc97c46fb287..ed1613fb03475e916e8dccb8a48a2a3da60180f4 100644
 | 
| --- a/chrome/service/service_ipc_server.h
 | 
| +++ b/chrome/service/service_ipc_server.h
 | 
| @@ -48,6 +48,8 @@ class ServiceIPCServer : public IPC::Channel::Listener,
 | 
|        const std::string& user_email);
 | 
|    void OnGetCloudPrintProxyInfo();
 | 
|    void OnDisableCloudPrintProxy();
 | 
| +  void OnEnableVirtualDriver();
 | 
| +  void OnDisableVirtualDriver();
 | 
|  
 | 
|    void OnShutdown();
 | 
|    void OnUpdateAvailable();
 | 
| 
 |