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

Unified Diff: remoting/host/host_status_observer.h

Issue 9727005: Log connection type to syslogs and to the server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « remoting/host/host_mock_objects.cc ('k') | remoting/host/log_to_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_status_observer.h
diff --git a/remoting/host/host_status_observer.h b/remoting/host/host_status_observer.h
index 7a1fa6c3a955f61068546f30787ebbffc0a30f0a..6a2a2c9370483630d8b95b73758d5edd00bc8ded 100644
--- a/remoting/host/host_status_observer.h
+++ b/remoting/host/host_status_observer.h
@@ -14,6 +14,10 @@ class IPEndPoint;
namespace remoting {
class SignalStrategy;
+namespace protocol {
+struct TransportRoute;
+};
+
// Interface for host status observer. All methods are invoked on the
// network thread.
class HostStatusObserver {
@@ -34,8 +38,7 @@ class HostStatusObserver {
// connected.
virtual void OnClientRouteChange(const std::string& jid,
const std::string& channel_name,
- const net::IPEndPoint& remote_end_point,
- const net::IPEndPoint& local_end_point) { }
+ const protocol::TransportRoute& route) { }
// Called when the host shuts down.
virtual void OnShutdown() = 0;
« no previous file with comments | « remoting/host/host_mock_objects.cc ('k') | remoting/host/log_to_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698