Index: chrome/service/service_ipc_server.h |
diff --git a/chrome/service/service_ipc_server.h b/chrome/service/service_ipc_server.h |
index 79416a5ee6d32fd0a33e5fbc0ad08589b82a358d..af19f7baa9b2b4899f5fb4bc3c1b1cbcf783ec03 100644 |
--- a/chrome/service/service_ipc_server.h |
+++ b/chrome/service/service_ipc_server.h |
@@ -44,11 +44,16 @@ class ServiceIPCServer : public IPC::Channel::Listener, |
void OnEnableCloudPrintProxyWithTokens(const std::string& cloud_print_token, |
const std::string& talk_token); |
void OnIsCloudPrintProxyEnabled(); |
- |
- void OnEnableRemotingWithTokens(const std::string& login, |
- const std::string& remoting_token, |
- const std::string& talk_token); |
void OnDisableCloudPrintProxy(); |
+ |
+#if defined(ENABLE_REMOTING) |
+ void OnSetRemotingHostCredentials(const std::string& login, |
+ const std::string& talk_token); |
+ void OnEnableRemotingHost(); |
+ void OnDisableRemotingHost(); |
+ void OnGetRemotingHostInfo(); |
+#endif // defined(ENABLE_REMOTING) |
+ |
void OnHello(); |
void OnShutdown(); |
void OnUpdateAvailable(); |