Chromium Code Reviews| 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& media_id, |
| + int m_line_index, |
|
Ronghua Wu (Left Chromium)
2012/07/30 18:09:10
use sdp_mid and sdp_mline_index.
Mallinath (Gone from Chromium)
2012/07/30 18:42:08
Done.
|
| const std::string& sdp); |
| private: |