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(); |