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

Unified Diff: talk/app/webrtc/objc/RTCMediaStreamTrack.mm

Issue 1816143002: Removed MediaStreamTrackInterface::set_state (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@track_state_listen_on_source2
Patch Set: Rebased Created 4 years, 9 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 | « no previous file | talk/app/webrtc/objc/public/RTCMediaStreamTrack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/objc/RTCMediaStreamTrack.mm
diff --git a/talk/app/webrtc/objc/RTCMediaStreamTrack.mm b/talk/app/webrtc/objc/RTCMediaStreamTrack.mm
index e0d5cae9daae655d1b98506993d5608c35cdb96b..616bd36ce1c17b6a797639e50ca9c89b8d9ad15e 100644
--- a/talk/app/webrtc/objc/RTCMediaStreamTrack.mm
+++ b/talk/app/webrtc/objc/RTCMediaStreamTrack.mm
@@ -92,11 +92,6 @@ class RTCMediaStreamTrackObserver : public ObserverInterface {
return [RTCEnumConverter convertTrackStateToObjC:self.mediaTrack->state()];
}
-- (BOOL)setState:(RTCTrackState)state {
- return self.mediaTrack->set_state(
- [RTCEnumConverter convertTrackStateToNative:state]);
-}
-
@end
@implementation RTCMediaStreamTrack (Internal)
« no previous file with comments | « no previous file | talk/app/webrtc/objc/public/RTCMediaStreamTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698