summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_ipc_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/service/service_ipc_server.h')
-rw-r--r--chrome/service/service_ipc_server.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/chrome/service/service_ipc_server.h b/chrome/service/service_ipc_server.h
index 79416a5..af19f7b 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();