Index: webrtc/api/mediastreaminterface.h |
diff --git a/webrtc/api/mediastreaminterface.h b/webrtc/api/mediastreaminterface.h |
index 47460b442114240690fbf33a01861ed884761c0c..3e79b94f9efd7e7f143d09ddb50f269f8702e0e4 100644 |
--- a/webrtc/api/mediastreaminterface.h |
+++ b/webrtc/api/mediastreaminterface.h |
@@ -92,8 +92,6 @@ class MediaStreamTrackInterface : public rtc::RefCountInterface, |
virtual bool enabled() const = 0; |
virtual TrackState state() const = 0; |
virtual bool set_enabled(bool enable) = 0; |
- // These methods should be called by implementation only. |
- virtual bool set_state(TrackState new_state) = 0; |
protected: |
virtual ~MediaStreamTrackInterface() {} |