| Index: content/renderer/media/media_stream_dependency_factory.h
|
| ===================================================================
|
| --- content/renderer/media/media_stream_dependency_factory.h (revision 148953)
|
| +++ content/renderer/media/media_stream_dependency_factory.h (working copy)
|
| @@ -76,7 +76,8 @@
|
| virtual webrtc::SessionDescriptionInterface* CreateSessionDescription(
|
| const std::string& sdp);
|
| virtual webrtc::IceCandidateInterface* CreateIceCandidate(
|
| - const std::string& label,
|
| + const std::string& sdp_mid,
|
| + int sdp_mline_index,
|
| const std::string& sdp);
|
|
|
| private:
|
|
|