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

Unified Diff: runtime/bin/io_natives.cc

Issue 11414009: Secure server sockets for dart:io. Add TlsServerSocket class, providing SSL server sockets. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 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 | runtime/bin/tls_socket.h » ('j') | tests/standalone/io/tls_server_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index 1cd02367b1e3eb10e88a0dbba3a6c2ea342fc682..403cc927608374ad563ac3330055aa7b3f7eff4c 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -40,13 +40,13 @@
V(Socket_GetError, 1) \
V(Socket_GetStdioHandle, 2) \
V(Socket_NewServicePort, 0) \
- V(TlsSocket_Connect, 3) \
+ V(TlsSocket_Connect, 5) \
V(TlsSocket_Destroy, 1) \
V(TlsSocket_Handshake, 1) \
V(TlsSocket_Init, 1) \
V(TlsSocket_ProcessBuffer, 2) \
V(TlsSocket_RegisterHandshakeCompleteCallback, 2) \
- V(TlsSocket_SetCertificateDatabase, 1)
+ V(TlsSocket_SetCertificateDatabase, 2)
IO_NATIVE_LIST(DECLARE_FUNCTION);
« no previous file with comments | « no previous file | runtime/bin/tls_socket.h » ('j') | tests/standalone/io/tls_server_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698