| Index: content/browser/ssl/ssl_client_auth_handler.h
|
| diff --git a/content/browser/ssl/ssl_client_auth_handler.h b/content/browser/ssl/ssl_client_auth_handler.h
|
| index 84991ae2036b9b373c8819a02656c615119a2f3f..75976877a3cecbb9642726379eadb1bb92d5a538 100644
|
| --- a/content/browser/ssl/ssl_client_auth_handler.h
|
| +++ b/content/browser/ssl/ssl_client_auth_handler.h
|
| @@ -43,7 +43,8 @@ class SSLClientAuthHandler {
|
| // Called when |core_| is done retrieving the cert list.
|
| void DidGetClientCerts();
|
|
|
| - // Called when the user has selected a cert.
|
| + // Called when the user has selected a cert. If the user chose to continue
|
| + // with no certificate, |cert| is NULL.
|
| void CertificateSelected(net::X509Certificate* cert);
|
|
|
| // A reference-counted core so the ClientCertStore may outlive
|
|
|