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, 0 insertions, 13 deletions
diff --git a/chrome/service/service_ipc_server.h b/chrome/service/service_ipc_server.h
index 35745bd..01f6f89 100644
--- a/chrome/service/service_ipc_server.h
+++ b/chrome/service/service_ipc_server.h
@@ -47,19 +47,6 @@ class ServiceIPCServer : public IPC::Channel::Listener,
void OnIsCloudPrintProxyEnabled();
void OnDisableCloudPrintProxy();
-#if defined(ENABLE_REMOTING)
- void OnSetRemotingHostCredentials(const std::string& login,
- const std::string& talk_token);
- void OnEnableRemotingHost();
- void OnDisableRemotingHost();
- void OnGetRemotingHostInfo();
-
- // Sends HostInfo message to the browser. It must is called when we
- // receive GetRemotingHostInfo message or when status of the host
- // is changed.
- void SendRemotingHostInfo();
-#endif // defined(ENABLE_REMOTING)
-
void OnShutdown();
void OnUpdateAvailable();