Chromium Code Reviews

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

Issue 1766653002: Replace SetCapturer and SetCaptureDevice by SetSource. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Work-in-progress, after applying 1790633002. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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