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

Unified Diff: runtime/bin/io_natives.cc

Issue 2812153002: Revert "Added synchronous socket implementation to dart:io." (Closed)
Patch Set: Created 3 years, 8 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 | « 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 b3a14e134f7a19d0387226467152810b4b3429be..32279340cf11656af6ff1f9aa044e9350576aaa2 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -151,17 +151,6 @@ namespace bin {
V(Stdout_GetTerminalSize, 1) \
V(Stdout_AnsiSupported, 1) \
V(StringToSystemEncoding, 1) \
- V(SynchronousSocket_Available, 1) \
- V(SynchronousSocket_CloseSync, 1) \
- V(SynchronousSocket_CreateConnectSync, 3) \
- V(SynchronousSocket_GetPort, 1) \
- V(SynchronousSocket_GetRemotePeer, 1) \
- V(SynchronousSocket_LookupRequest, 2) \
- V(SynchronousSocket_ShutdownRead, 1) \
- V(SynchronousSocket_ShutdownWrite, 1) \
- V(SynchronousSocket_Read, 2) \
- V(SynchronousSocket_ReadList, 4) \
- V(SynchronousSocket_WriteList, 4) \
V(SystemEncodingToString, 1) \
V(X509_Subject, 1) \
V(X509_Issuer, 1) \
« 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