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

Unified Diff: dart/runtime/bin/io_natives.cc

Issue 625953002: Support for the ALPN extension of the TLS protocol for Client and Server (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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 | dart/runtime/bin/secure_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/bin/io_natives.cc
diff --git a/dart/runtime/bin/io_natives.cc b/dart/runtime/bin/io_natives.cc
index 5f90f22b3b52d5f741c46d11ca0515d8e1608d7f..b8050cfb4eed11fb7ab580990fdfabcb5698e816 100644
--- a/dart/runtime/bin/io_natives.cc
+++ b/dart/runtime/bin/io_natives.cc
@@ -54,18 +54,19 @@ namespace bin {
V(Process_Pid, 1) \
V(Process_SetSignalHandler, 1) \
V(Process_ClearSignalHandler, 1) \
- V(SecureSocket_Connect, 9) \
+ V(SecureSocket_Connect, 10) \
V(SecureSocket_Destroy, 1) \
+ V(SecureSocket_FilterPointer, 1) \
+ V(SecureSocket_GetSelectedProtocol, 1) \
V(SecureSocket_Handshake, 1) \
V(SecureSocket_Init, 1) \
+ V(SecureSocket_InitializeLibrary, 3) \
V(SecureSocket_PeerCertificate, 1) \
V(SecureSocket_RegisterBadCertificateCallback, 2) \
V(SecureSocket_RegisterHandshakeCompleteCallback, 2) \
V(SecureSocket_Renegotiate, 4) \
- V(SecureSocket_InitializeLibrary, 3) \
- V(SecureSocket_FilterPointer, 1) \
- V(ServerSocket_CreateBindListen, 5) \
V(ServerSocket_Accept, 2) \
+ V(ServerSocket_CreateBindListen, 5) \
V(Socket_CreateConnect, 3) \
V(Socket_CreateBindDatagram, 4) \
V(Socket_Available, 1) \
« no previous file with comments | « no previous file | dart/runtime/bin/secure_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698