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

Unified Diff: remoting/protocol/jingle_session.h

Issue 1984383003: Support LCS signaling address in the Host. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/jingle_session.h
diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h
index ae949399d1f4f51b536a0428cfc6ae5337df55bf..e423e2847ce65a41d1a7ad86f81b6d39614fa68c 100644
--- a/remoting/protocol/jingle_session.h
+++ b/remoting/protocol/jingle_session.h
@@ -116,7 +116,7 @@ class JingleSession : public Session {
base::ThreadChecker thread_checker_;
JingleSessionManager* session_manager_;
- std::string peer_jid_;
+ Address peer_;
Sergey Ulanov 2016/05/18 07:00:42 peer_address_
kelvinp 2016/05/18 23:43:29 Done.
Session::EventHandler* event_handler_;
std::string session_id_;

Powered by Google App Engine
This is Rietveld 408576698