diff --git a/webrtc/api/mediastreaminterface.h b/webrtc/api/mediastreaminterface.h index f1730c57be..2a3f3473b0 100644 --- a/webrtc/api/mediastreaminterface.h +++ b/webrtc/api/mediastreaminterface.h @@ -97,8 +97,6 @@ class MediaStreamTrackInterface : public rtc::RefCountInterface, virtual bool enabled() const = 0; virtual TrackState state() const = 0; virtual bool set_enabled(bool enable) = 0; - // TODO(perkj): Remove when Chrome tests doesn't rely on this method. - virtual bool set_state(TrackState state) { return true;} protected: virtual ~MediaStreamTrackInterface() {}