| Index: content/renderer/media/media_stream_dependency_factory.cc
|
| ===================================================================
|
| --- content/renderer/media/media_stream_dependency_factory.cc (revision 176188)
|
| +++ content/renderer/media/media_stream_dependency_factory.cc (working copy)
|
| @@ -367,11 +367,6 @@
|
| }
|
|
|
| webrtc::SessionDescriptionInterface*
|
| -MediaStreamDependencyFactory::CreateSessionDescription(const std::string& sdp) {
|
| - return webrtc::CreateSessionDescription(sdp);
|
| -}
|
| -
|
| -webrtc::SessionDescriptionInterface*
|
| MediaStreamDependencyFactory::CreateSessionDescription(const std::string& type,
|
| const std::string& sdp) {
|
| return webrtc::CreateSessionDescription(type, sdp);
|
|
|