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 946148afc339e2a3616ac61828184ff87448441d..99ac192c3456029bf6a3632e4ad0374beea1f392 100644 |
--- a/talk/app/webrtc/objc/public/RTCTypes.h |
+++ b/talk/app/webrtc/objc/public/RTCTypes.h |
@@ -36,6 +36,7 @@ typedef enum { |
RTCICEConnectionFailed, |
RTCICEConnectionDisconnected, |
RTCICEConnectionClosed, |
+ RTCICEConnectionMax, |
} RTCICEConnectionState; |
// RTCICEGatheringState the states in webrtc::ICEGatheringState. |