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

Unified Diff: remoting/protocol/webrtc_transport.h

Issue 1510343002: Add WebrtcConnectionToClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webrtc_thread
Patch Set: Created 5 years 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/protocol/webrtc_connection_to_client_unittest.cc ('k') | remoting/protocol/webrtc_transport.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/webrtc_transport.h
diff --git a/remoting/protocol/webrtc_transport.h b/remoting/protocol/webrtc_transport.h
index ae792f28980da6da0aa6c85995e6cdcfd428d281..afba35e5fbd61486e9a6dc397bd6a708e9a64efa 100644
--- a/remoting/protocol/webrtc_transport.h
+++ b/remoting/protocol/webrtc_transport.h
@@ -45,6 +45,7 @@ class WebrtcTransport : public Transport,
bool ProcessTransportInfo(buzz::XmlElement* transport_info) override;
StreamChannelFactory* GetStreamChannelFactory() override;
StreamChannelFactory* GetMultiplexedChannelFactory() override;
+ WebrtcTransport* AsWebrtcTransport() override;
private:
void OnLocalSessionDescriptionCreated(
« no previous file with comments | « remoting/protocol/webrtc_connection_to_client_unittest.cc ('k') | remoting/protocol/webrtc_transport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698