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

Unified Diff: remoting/protocol/jingle_session.h

Issue 2798393007: Use SignalingAddress in SignalStrategy insterface. (Closed)
Patch Set: header Created 3 years, 8 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/signaling_connector.cc ('k') | remoting/protocol/jingle_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/jingle_session.h
diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h
index 00a7b1e26f2f6b8cb7eafd8b6bb2e31a75b01c1b..3b9c1fe07e7dbdebe619d4a9d0af5f72793bfab9 100644
--- a/remoting/protocol/jingle_session.h
+++ b/remoting/protocol/jingle_session.h
@@ -53,7 +53,7 @@ class JingleSession : public Session {
explicit JingleSession(JingleSessionManager* session_manager);
// Start connection by sending session-initiate message.
- void StartConnection(const std::string& peer_jid,
+ void StartConnection(const SignalingAddress& peer_address,
std::unique_ptr<Authenticator> authenticator);
// Called by JingleSessionManager for incoming connections.
« no previous file with comments | « remoting/host/signaling_connector.cc ('k') | remoting/protocol/jingle_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698