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

Unified Diff: runtime/bin/io_natives.cc

Issue 11308271: Add built-in root certificates to dart:io SecureSocket. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add crash to Windows status (issue 7102) Created 8 years 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/secure_socket.h » ('j') | no next file with comments »
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 16fd532cd087d66587f73fc1cd79bd8b1a3cedd6..d58c16505ee337c5c7eef5812b92c3dd9e2d9a3a 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -46,7 +46,7 @@
V(SecureSocket_Init, 1) \
V(SecureSocket_ProcessBuffer, 2) \
V(SecureSocket_RegisterHandshakeCompleteCallback, 2) \
- V(SecureSocket_SetCertificateDatabase, 2)
+ V(SecureSocket_InitializeLibrary, 3)
IO_NATIVE_LIST(DECLARE_FUNCTION);
« no previous file with comments | « no previous file | runtime/bin/secure_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698