Index: net/socket/ssl_client_socket_nss.h |
diff --git a/net/socket/ssl_client_socket_nss.h b/net/socket/ssl_client_socket_nss.h |
index 47fed74d9d3361f131840b487e0971929b224b9f..659c5c4fda9872ac259d9102293f62e34982cf60 100644 |
--- a/net/socket/ssl_client_socket_nss.h |
+++ b/net/socket/ssl_client_socket_nss.h |
@@ -106,6 +106,11 @@ class SSLClientSocketNSS : public SSLClientSocket { |
virtual bool SetSendBufferSize(int32 size) OVERRIDE; |
virtual ServerBoundCertService* GetServerBoundCertService() const OVERRIDE; |
+ protected: |
+ // SSLClientSocket implementation. |
+ virtual const X509Certificate* GetUnverifiedServerCertificateChain() const |
Ryan Sleevi
2014/03/12 23:12:03
Don't return raw pointers to ref-counted types. It
haavardm
2014/03/13 10:32:02
OK. Didn't realize X509Certificate was immutable.
|
+ OVERRIDE; |
+ |
private: |
// Helper class to handle marshalling any NSS interaction to and from the |
// NSS and network task runners. Not every call needs to happen on the Core |