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

Unified Diff: talk/app/webrtc/objc/public/RTCTypes.h

Issue 1790633002: Propagate MediaStreamSource state to video tracks the same way as audio. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@refactor_track
Patch Set: Rebased and Ios? 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
Index: talk/app/webrtc/objc/public/RTCTypes.h
diff --git a/talk/app/webrtc/objc/public/RTCTypes.h b/talk/app/webrtc/objc/public/RTCTypes.h
index 99ac192c3456029bf6a3632e4ad0374beea1f392..1baa4b506745a10f92e1fc2ee8d033dfafe5883c 100644
--- a/talk/app/webrtc/objc/public/RTCTypes.h
+++ b/talk/app/webrtc/objc/public/RTCTypes.h
@@ -72,8 +72,6 @@ typedef enum {
// RTCTrackState corresponds to the states in webrtc::TrackState.
typedef enum {
- RTCTrackStateInitializing,
RTCTrackStateLive,
RTCTrackStateEnded,
- RTCTrackStateFailed,
} RTCTrackState;

Powered by Google App Engine
This is Rietveld 408576698