| Index: net/ocsp/nss_ocsp.h
|
| diff --git a/net/ocsp/nss_ocsp.h b/net/ocsp/nss_ocsp.h
|
| index b8dfb527f9db35dd851f9832e74ab962ad29ab44..fd840056d072a85c6975ac3a1a980f4005537390 100644
|
| --- a/net/ocsp/nss_ocsp.h
|
| +++ b/net/ocsp/nss_ocsp.h
|
| @@ -26,6 +26,10 @@ NET_EXPORT void EnsureNSSHttpIOInit();
|
| // related HTTP fetches.
|
| NET_EXPORT void ShutdownNSSHttpIO();
|
|
|
| +// Can be called after a call to |ShutdownNSSHttpIO()| to reset internal state
|
| +// and associate it with the current thread.
|
| +NET_EXPORT void ResetNSSHttpIOForTesting();
|
| +
|
| // Sets the URLRequestContext for HTTP requests issued by NSS.
|
| NET_EXPORT void SetURLRequestContextForNSSHttpIO(
|
| URLRequestContext* request_context);
|
|
|