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

Unified Diff: remoting/protocol/session.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/protocol/session.h
diff --git a/remoting/protocol/session.h b/remoting/protocol/session.h
index c9986ac2ca01c54fe647395ddd726c21b60d9480..3467acfeb2731165afdea84399ebbe4627ca5981 100644
--- a/remoting/protocol/session.h
+++ b/remoting/protocol/session.h
@@ -73,7 +73,8 @@ class Session : public base::NonThreadSafe {
// single interface.
typedef base::Callback<void(
const std::string& channel_name,
- const net::IPEndPoint& end_point)> RouteChangeCallback;
+ const net::IPEndPoint& end_point,
Sergey Ulanov 2012/02/02 01:10:23 nit: here and in other files, s/end_point/remote_e
Lambros 2012/02/02 01:48:12 Done.
+ const net::IPEndPoint& local_end_point)> RouteChangeCallback;
// TODO(sergeyu): Specify connection error code when channel
// connection fails.
« remoting/protocol/jingle_session.cc ('K') | « remoting/protocol/protocol_mock_objects.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698