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

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: - 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
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..97cf0766615d2c009b805afa352ca15d35e715ec 100644
--- a/chrome/service/service_ipc_server.h
+++ b/chrome/service/service_ipc_server.h
@@ -44,11 +44,14 @@ 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();
Alpha Left Google 2010/12/16 21:32:44 USe ifdef to enclose all chromoting methods.
Sergey Ulanov 2010/12/17 00:05:43 Done.
+
+ void OnSetChromotingHostCredentials(const std::string& login,
+ const std::string& talk_token);
+ void OnEnableChromotingHost();
+ void OnDisableChromotingHost();
+ void OnGetChromotingHostInfo();
+
void OnHello();
void OnShutdown();
void OnUpdateAvailable();

Powered by Google App Engine
This is Rietveld 408576698