Chromium Code Reviews| 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; |