Index: net/ocsp/nss_ocsp.h |
=================================================================== |
--- net/ocsp/nss_ocsp.h (revision 60752) |
+++ net/ocsp/nss_ocsp.h (working copy) |
@@ -10,11 +10,6 @@ |
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. |