Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2675)

Unified Diff: content/renderer/media/mock_media_stream_dependency_factory.cc

Issue 11734027: Roll libjingle 254:257 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | content/renderer/media/rtc_peer_connection_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/mock_media_stream_dependency_factory.cc
diff --git a/content/renderer/media/mock_media_stream_dependency_factory.cc b/content/renderer/media/mock_media_stream_dependency_factory.cc
index cb17df2c84acab638176f162474ad341d8aeb955..e77dad85585e09463f6104aecbd7ef543834a616 100644
--- a/content/renderer/media/mock_media_stream_dependency_factory.cc
+++ b/content/renderer/media/mock_media_stream_dependency_factory.cc
@@ -70,11 +70,6 @@ class MockLocalMediaStream : public webrtc::LocalMediaStreamInterface {
virtual webrtc::VideoTracks* video_tracks() OVERRIDE {
return video_tracks_;
}
- virtual ReadyState ready_state() const OVERRIDE {
- NOTIMPLEMENTED();
- return kInitializing;
- }
- virtual void set_ready_state(ReadyState state) OVERRIDE { NOTIMPLEMENTED(); }
virtual void RegisterObserver(ObserverInterface* observer) OVERRIDE {
NOTIMPLEMENTED();
}
« no previous file with comments | « DEPS ('k') | content/renderer/media/rtc_peer_connection_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698