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

Unified Diff: chrome/service/service_ipc_server.h

Issue 6214003: Show remoting host status on the advanced options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/remoting/tools
Patch Set: git try Created 9 years, 11 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/chrome_browser.gypi ('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 29c8dc260ee7e9172406875f2db7d771d262dde3..675135e34f762b91ac993b08bca1bc170e728d71 100644
--- a/chrome/service/service_ipc_server.h
+++ b/chrome/service/service_ipc_server.h
@@ -52,6 +52,11 @@ class ServiceIPCServer : public IPC::Channel::Listener,
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();
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/service/service_ipc_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698