Index: content/renderer/media/mock_media_stream_dependency_factory.h |
=================================================================== |
--- content/renderer/media/mock_media_stream_dependency_factory.h (revision 131960) |
+++ content/renderer/media/mock_media_stream_dependency_factory.h (working copy) |
@@ -77,11 +77,6 @@ |
CreateLocalAudioTrack( |
const std::string& label, |
webrtc::AudioDeviceModule* audio_device) OVERRIDE; |
- virtual webrtc::SessionDescriptionInterface* CreateSessionDescription( |
- const std::string& sdp) OVERRIDE; |
- virtual webrtc::IceCandidateInterface* CreateIceCandidate( |
- const std::string& label, |
- const std::string& sdp) OVERRIDE; |
private: |
bool mock_pc_factory_created_; |