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

Unified Diff: sdk/lib/_internal/js_runtime/lib/io_patch.dart

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/sync_socket_win.cc ('k') | sdk/lib/io/io.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/js_runtime/lib/io_patch.dart
diff --git a/sdk/lib/_internal/js_runtime/lib/io_patch.dart b/sdk/lib/_internal/js_runtime/lib/io_patch.dart
index e3342f108f3f83fe1ae57bd81a5e12bad37e9fae..e7ed5bef5c6f5f5f6c1b6c8a63e64745b1a69c0b 100644
--- a/sdk/lib/_internal/js_runtime/lib/io_patch.dart
+++ b/sdk/lib/_internal/js_runtime/lib/io_patch.dart
@@ -428,14 +428,6 @@ class SecureSocket {
}
@patch
-class RawSynchronousSocket {
- @patch
- static RawSynchronousSocket connectSync(host, int port) {
- throw new UnsupportedError("RawSynchronousSocket.connectSync");
- }
-}
-
-@patch
class SecurityContext {
@patch
factory SecurityContext() {
« no previous file with comments | « runtime/bin/sync_socket_win.cc ('k') | sdk/lib/io/io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698