| Index: content/renderer/media/media_stream_dependency_factory.h
|
| ===================================================================
|
| --- content/renderer/media/media_stream_dependency_factory.h (revision 176188)
|
| +++ content/renderer/media/media_stream_dependency_factory.h (working copy)
|
| @@ -105,11 +105,6 @@
|
| webrtc::PeerConnectionObserver* observer);
|
|
|
| // Creates a libjingle representation of a Session description. Used by a
|
| - // PeerConnectionHandlerJsep instance.
|
| - virtual webrtc::SessionDescriptionInterface* CreateSessionDescription(
|
| - const std::string& sdp);
|
| -
|
| - // Creates a libjingle representation of a Session description. Used by a
|
| // RTCPeerConnectionHandler instance.
|
| virtual webrtc::SessionDescriptionInterface* CreateSessionDescription(
|
| const std::string& type,
|
|
|