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

Unified Diff: dart/runtime/bin/secure_socket.h

Issue 625953002: Support for the ALPN extension of the TLS protocol for Client and Server (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | « dart/runtime/bin/io_natives.cc ('k') | dart/runtime/bin/secure_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « dart/runtime/bin/io_natives.cc ('k') | dart/runtime/bin/secure_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698