Chromium Code Reviews| Index: net/base/ssl_cert_request_info.h |
| diff --git a/net/base/ssl_cert_request_info.h b/net/base/ssl_cert_request_info.h |
| index 22eecfe05cc9832a31dd84de7970b9288da03ea6..416e902775269cefabc9de58a99a726bc6f61a7c 100644 |
| --- a/net/base/ssl_cert_request_info.h |
| +++ b/net/base/ssl_cert_request_info.h |
| @@ -22,6 +22,9 @@ class SSLCertRequestInfo |
| public: |
| SSLCertRequestInfo(); |
| + // Resets the SSLCertRequestInfo as if no certificate had been requested. |
|
wtc
2011/01/12 00:21:09
You just need to say "to zero/null/empty values".
|
| + void Reset(); |
| + |
| // The host and port of the SSL server that requested client authentication. |
| std::string host_and_port; |