Index: net/socket/ssl_client_socket.h |
diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h |
index 1d38048d0c6bdcf7c6667675a492a9f9929a7616..225a21de88d9970fe5184e6ce585504afcf8a4e9 100644 |
--- a/net/socket/ssl_client_socket.h |
+++ b/net/socket/ssl_client_socket.h |
@@ -114,6 +114,8 @@ class NET_EXPORT SSLClientSocket : public SSLSocket { |
static const char* NextProtoStatusToString(const NextProtoStatus status); |
+ static void SetSSLKeyLogFile(std::string ssl_keylog_file); |
Bryan McQuade
2015/10/15 01:05:26
suggest using 'const std::string&' rather than 'st
Bryan McQuade
2015/10/15 01:05:26
i'm wondering if we should #if defined(USE_OPENSSL
Zhongyi Shi
2015/10/15 02:02:04
Done.
|
+ |
// Returns true if |error| is OK or |load_flags| ignores certificate errors |
// and |error| is a certificate error. |
static bool IgnoreCertError(int error, int load_flags); |