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

Unified Diff: webrtc/api/objc/RTCPeerConnection.h

Issue 1799443006: Rename RTCIceConnectionStateMax to RTCIceConnectionStateCount (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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 | webrtc/api/objc/RTCPeerConnection.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCPeerConnection.h
diff --git a/webrtc/api/objc/RTCPeerConnection.h b/webrtc/api/objc/RTCPeerConnection.h
index 68db191bff40db6649e7f71f7167b35fc784a97f..88c1c98bb179757d3f505e1c54a05ab8100b7c21 100644
--- a/webrtc/api/objc/RTCPeerConnection.h
+++ b/webrtc/api/objc/RTCPeerConnection.h
@@ -45,7 +45,7 @@ typedef NS_ENUM(NSInteger, RTCIceConnectionState) {
RTCIceConnectionStateFailed,
RTCIceConnectionStateDisconnected,
RTCIceConnectionStateClosed,
- RTCIceConnectionStateMax,
+ RTCIceConnectionStateCount,
tkchin_webrtc 2016/03/14 17:09:32 add a comment like: // Not an actual state, repres
hjon_webrtc 2016/03/14 17:20:28 Ah, I've wondered about this state. :-) Done.
};
/** Represents the ice gathering state of the peer connection. */
« no previous file with comments | « no previous file | webrtc/api/objc/RTCPeerConnection.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698