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

Unified Diff: chrome/service/service_ipc_server.h

Issue 5955001: Remove chromoting host registration from service process. More IPCs to control (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merges Created 10 years 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 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();
« 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