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

Unified Diff: runtime/bin/io_natives.cc

Issue 11419138: Rename TlsSocket to SecureSocket, and all other Tls... items to Secure.... (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rename C++ class from Filter to SSLFilter. 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 | « runtime/bin/io_impl_sources.gypi ('k') | runtime/bin/io_sources.gypi » ('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 403cc927608374ad563ac3330055aa7b3f7eff4c..16fd532cd087d66587f73fc1cd79bd8b1a3cedd6 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, 5) \
- V(TlsSocket_Destroy, 1) \
- V(TlsSocket_Handshake, 1) \
- V(TlsSocket_Init, 1) \
- V(TlsSocket_ProcessBuffer, 2) \
- V(TlsSocket_RegisterHandshakeCompleteCallback, 2) \
- V(TlsSocket_SetCertificateDatabase, 2)
+ V(SecureSocket_Connect, 5) \
+ V(SecureSocket_Destroy, 1) \
+ V(SecureSocket_Handshake, 1) \
+ V(SecureSocket_Init, 1) \
+ V(SecureSocket_ProcessBuffer, 2) \
+ V(SecureSocket_RegisterHandshakeCompleteCallback, 2) \
+ V(SecureSocket_SetCertificateDatabase, 2)
IO_NATIVE_LIST(DECLARE_FUNCTION);
« no previous file with comments | « runtime/bin/io_impl_sources.gypi ('k') | runtime/bin/io_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698