| Index: remoting/protocol/webrtc_transport.cc
|
| diff --git a/remoting/protocol/webrtc_transport.cc b/remoting/protocol/webrtc_transport.cc
|
| index 6dcbb972cfa16a9322846612c283e421f583708c..253293eb264e887fbee46702da8e65b042d09207 100644
|
| --- a/remoting/protocol/webrtc_transport.cc
|
| +++ b/remoting/protocol/webrtc_transport.cc
|
| @@ -244,6 +244,10 @@ StreamChannelFactory* WebrtcTransport::GetMultiplexedChannelFactory() {
|
| return GetStreamChannelFactory();
|
| }
|
|
|
| +WebrtcTransport* WebrtcTransport::AsWebrtcTransport() {
|
| + return this;
|
| +}
|
| +
|
| void WebrtcTransport::OnLocalSessionDescriptionCreated(
|
| scoped_ptr<webrtc::SessionDescriptionInterface> description,
|
| const std::string& error) {
|
|
|