 Chromium Code Reviews
 Chromium Code Reviews Issue 1420923006:
  Add unique serial numbers to sample X509 certificates. Remove the "sendClientCertificate" parameter…  (Closed) 
  Base URL: git@github.com:dart-lang/sdk.git@master
    
  
    Issue 1420923006:
  Add unique serial numbers to sample X509 certificates. Remove the "sendClientCertificate" parameter…  (Closed) 
  Base URL: git@github.com:dart-lang/sdk.git@master| Index: runtime/bin/secure_socket.h | 
| diff --git a/runtime/bin/secure_socket.h b/runtime/bin/secure_socket.h | 
| index 2af005586508d7a116b05b4ebfdb6644d06d7fe3..29adef471f1076406f5bd923dffc14e975d7a00a 100644 | 
| --- a/runtime/bin/secure_socket.h | 
| +++ b/runtime/bin/secure_socket.h | 
| @@ -68,7 +68,6 @@ class SSLFilter { | 
| bool is_server, | 
| bool request_client_certificate, | 
| bool require_client_certificate, | 
| - bool send_client_certificate, | 
| Dart_Handle protocols_handle); | 
| void Destroy(); | 
| void Handshake(); |