Index: net/ocsp/nss_ocsp.h |
diff --git a/net/ocsp/nss_ocsp.h b/net/ocsp/nss_ocsp.h |
index bf67751329643ac65c2a723eb81962f79cb8a869..060cd24f96281d73181cb2777d400c6e01334178 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 21:26:58
Comment updates?
|
-NET_EXPORT void SetMessageLoopForOCSP(); |
+NET_EXPORT void SetMessageLoopForNssPkixIO(); |
// 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. ShutdownNssPkixIO() must be |
+// called on shutdown. |
+NET_EXPORT void EnsureNssPkixIOInit(); |
// This should be called once on shutdown to stop issuing URLRequests for OCSP. |
-NET_EXPORT void ShutdownOCSP(); |
+NET_EXPORT void ShutdownNssPkixIO(); |
// Set URLRequestContext for OCSP handlers. |
-NET_EXPORT void SetURLRequestContextForOCSP(URLRequestContext* request_context); |
+NET_EXPORT void SetURLRequestContextForNssPkixIO( |
+ URLRequestContext* request_context); |
} // namespace net |