Index: chrome/service/service_ipc_server.h |
diff --git a/chrome/service/service_ipc_server.h b/chrome/service/service_ipc_server.h |
index 35745bd91926c0dabd4d0cd3657949c3a91313f4..01f6f89c043ed0018795131ec0321818edee1338 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(); |