Index: dart/runtime/bin/secure_socket.h |
diff --git a/dart/runtime/bin/secure_socket.h b/dart/runtime/bin/secure_socket.h |
index ba8eb4fdd2920c450c74c6879bb1680306e90a69..eb77fe28523919b5ac1eb9d30d99f1311ebb3762 100644 |
--- a/dart/runtime/bin/secure_socket.h |
+++ b/dart/runtime/bin/secure_socket.h |
@@ -61,9 +61,11 @@ class SSLFilter { |
const char* certificate_name, |
bool request_client_certificate, |
bool require_client_certificate, |
- bool send_client_certificate); |
+ bool send_client_certificate, |
+ Dart_Handle protocols_handle); |
void Destroy(); |
void Handshake(); |
+ void GetSelectedProtocol(Dart_NativeArguments args); |
void Renegotiate(bool use_session_cache, |
bool request_client_certificate, |
bool require_client_certificate); |