Index: net/ocsp/nss_ocsp.h |
diff --git a/net/ocsp/nss_ocsp.h b/net/ocsp/nss_ocsp.h |
index bf67751329643ac65c2a723eb81962f79cb8a869..b67d51b58f589bb64b33f1f5c3244d2b48b2bd86 100644 |
--- a/net/ocsp/nss_ocsp.h |
+++ b/net/ocsp/nss_ocsp.h |
@@ -15,19 +15,20 @@ class URLRequestContext; |
// 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. |
Ryan Sleevi
2012/03/12 19:23:57
Comment updates for this method and others?
Perha
|
-NET_EXPORT void SetMessageLoopForOCSP(); |
+NET_EXPORT void SetMessageLoopForOCSPAndAIA(); |
// 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. ShutdownOCSP() must be called |
-// on shutdown. |
-NET_EXPORT void EnsureOCSPInit(); |
+// handlers will only ever be initialized once. ShutdownOCSPAndAIA() must be |
+// called on shutdown. |
+NET_EXPORT void EnsureOCSPAndAIAInit(); |
// This should be called once on shutdown to stop issuing URLRequests for OCSP. |
-NET_EXPORT void ShutdownOCSP(); |
+NET_EXPORT void ShutdownOCSPAndAIA(); |
// Set URLRequestContext for OCSP handlers. |
-NET_EXPORT void SetURLRequestContextForOCSP(URLRequestContext* request_context); |
+NET_EXPORT void SetURLRequestContextForOCSPAndAIA( |
+ URLRequestContext* request_context); |
} // namespace net |