| Index: runtime/bin/secure_socket_patch.dart
|
| diff --git a/runtime/bin/secure_socket_patch.dart b/runtime/bin/secure_socket_patch.dart
|
| index c8b072599bf2ac94f545ed952b9ccbe032ba0e8f..8d0b6bc39c3eb2540a800c295d6343a14f4b87ca 100644
|
| --- a/runtime/bin/secure_socket_patch.dart
|
| +++ b/runtime/bin/secure_socket_patch.dart
|
| @@ -81,7 +81,6 @@ class _SecureFilterImpl
|
| bool is_server,
|
| bool requestClientCertificate,
|
| bool requireClientCertificate,
|
| - bool sendClientCertificate,
|
| Uint8List protocols) native "SecureSocket_Connect";
|
|
|
| void destroy() {
|
|
|