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

Unified Diff: content/public/common/p2p_socket_type.h

Issue 149193002: Apply automatic range checking for enums across p2p_messages IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « content/common/p2p_messages.h ('k') | net/base/net_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/p2p_socket_type.h
diff --git a/content/public/common/p2p_socket_type.h b/content/public/common/p2p_socket_type.h
index 5532229660b281afe9ffa3ee0474ebce6db6ea2b..10e75085a33d983318c8727d8f22179a90bb6c57 100644
--- a/content/public/common/p2p_socket_type.h
+++ b/content/public/common/p2p_socket_type.h
@@ -28,6 +28,7 @@ enum P2PSocketType {
P2P_SOCKET_STUN_SSLTCP_CLIENT,
P2P_SOCKET_TLS_CLIENT,
P2P_SOCKET_STUN_TLS_CLIENT,
+ P2P_SOCKET_TYPE_LAST = P2P_SOCKET_STUN_TLS_CLIENT
};
} // namespace content
« no previous file with comments | « content/common/p2p_messages.h ('k') | net/base/net_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698