Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6866)

Unified Diff: chrome/service/service_ipc_server.h

Issue 6955010: Remove the Remoting Host component from Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove an errant include. Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/service/remoting/chromoting_host_manager.cc ('k') | chrome/service/service_ipc_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/service/remoting/chromoting_host_manager.cc ('k') | chrome/service/service_ipc_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698