diff options
Diffstat (limited to 'net/url_request/url_request.h')
-rw-r--r-- | net/url_request/url_request.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h index 5cf3427..40f7d8a 100644 --- a/net/url_request/url_request.h +++ b/net/url_request/url_request.h @@ -120,8 +120,8 @@ class URLRequest : public base::NonThreadSafe { // // The callbacks will be called in the following order: // Start() - // - OnCertificateRequested* (zero or one call, if the SSL server - // requests a client certificate for authentication) + // - OnCertificateRequested* (zero or more calls, if the SSL server and/or + // SSL proxy requests a client certificate for authentication) // - OnSSLCertificateError* (zero or one call, if the SSL server's // certificate has an error) // - OnReceivedRedirect* (zero or more calls, for the number of redirects) |