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

Unified Diff: remoting/host/host_status_observer.h

Issue 9316052: Log IP/port of host as well as client in Me2Me host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: remoting/host/host_status_observer.h
diff --git a/remoting/host/host_status_observer.h b/remoting/host/host_status_observer.h
index 29a7193c9e5052af137995a3331d4894a572a038..98e6177c493c0d8b171dfcc9eb653b14322f5cc3 100644
--- a/remoting/host/host_status_observer.h
+++ b/remoting/host/host_status_observer.h
@@ -34,7 +34,8 @@ class HostStatusObserver {
// connected.
virtual void OnClientIpAddress(const std::string& jid,
Sergey Ulanov 2012/02/02 01:10:23 OnClientRouteChange?
Lambros 2012/02/02 01:48:12 Done.
const std::string& channel_name,
- const net::IPEndPoint& end_point) { }
+ const net::IPEndPoint& end_point,
+ const net::IPEndPoint& local_end_point) { }
// Called when the host shuts down.
virtual void OnShutdown() = 0;

Powered by Google App Engine
This is Rietveld 408576698