diff options
Diffstat (limited to 'net/ocsp/nss_ocsp.h')
-rw-r--r-- | net/ocsp/nss_ocsp.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/ocsp/nss_ocsp.h b/net/ocsp/nss_ocsp.h index 97d69b9..a31d025 100644 --- a/net/ocsp/nss_ocsp.h +++ b/net/ocsp/nss_ocsp.h @@ -10,11 +10,6 @@ class URLRequestContext; namespace net { -// Sets the MessageLoop for OCSP to the current message loop. -// This should be called before EnsureOCSPInit() if you want to -// control the message loop for OCSP. -void SetMessageLoopForOCSP(); - // Initializes OCSP handlers for NSS. This must be called before any // certificate verification functions. This function is thread-safe, and OCSP // handlers will only ever be initialized once. |