| Index: net/ssl/ssl_platform_key_win.cc
|
| diff --git a/net/ssl/ssl_platform_key_win.cc b/net/ssl/ssl_platform_key_win.cc
|
| index e0b1b9e7ef65d26583595143d0058c6d99390924..f325a45a9d9cf2977780ff42b5eb123a32a59be2 100644
|
| --- a/net/ssl/ssl_platform_key_win.cc
|
| +++ b/net/ssl/ssl_platform_key_win.cc
|
| @@ -248,7 +248,7 @@ class SSLPlatformKeyCNG : public ThreadedSSLPrivateKey::Delegate {
|
| } // namespace
|
|
|
| scoped_refptr<SSLPrivateKey> FetchClientCertPrivateKey(
|
| - X509Certificate* certificate) {
|
| + const X509Certificate* certificate) {
|
| // Rather than query the private key for metadata, extract the public key from
|
| // the certificate without using Windows APIs. CAPI and CNG do not
|
| // consistently work depending on the system. See https://crbug.com/468345.
|
|
|