| Index: remoting/protocol/transport.h
|
| diff --git a/remoting/protocol/transport.h b/remoting/protocol/transport.h
|
| index 00170c5ca18eee98b7f1693d8928fca6c73ef824..b037c50ce6052528d790a23af07e3c65eace8cf9 100644
|
| --- a/remoting/protocol/transport.h
|
| +++ b/remoting/protocol/transport.h
|
| @@ -85,9 +85,6 @@ class Transport {
|
| // |transport_info| is in invalid format.
|
| virtual bool ProcessTransportInfo(buzz::XmlElement* transport_info) = 0;
|
|
|
| - // Channel factory for the session that creates raw ICE channels.
|
| - virtual DatagramChannelFactory* GetDatagramChannelFactory() = 0;
|
| -
|
| // Channel factory for the session that creates stream channels.
|
| virtual StreamChannelFactory* GetStreamChannelFactory() = 0;
|
|
|
|
|