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

Unified Diff: remoting/protocol/jingle_session.h

Issue 1427003009: Implement WebrtcTransport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@transport_session.h
Patch Set: Created 5 years, 1 month 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 cb8fd96eeb4019fc437d263ac724cab0f08dcf26..149aeb5d3313e2da08f75dbdf5b40721cffd99f1 100644
--- a/remoting/protocol/jingle_session.h
+++ b/remoting/protocol/jingle_session.h
@@ -77,6 +77,7 @@ class JingleSession : public base::NonThreadSafe,
scoped_ptr<buzz::XmlElement> transport_info) override;
void OnTransportRouteChange(const std::string& component,
const TransportRoute& route) override;
+ void OnTransportConnected() override;
void OnTransportError(ErrorCode error) override;
// Response handler for transport-info responses. Transport-info timeouts are

Powered by Google App Engine
This is Rietveld 408576698