diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-10 04:52:20 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-10 04:52:20 +0000 |
commit | 945a25941ed4de145a5041cccbe5908c92aa0c3b (patch) | |
tree | d2682973318368507b05183ef78fdc7e3c205b22 /net/ocsp/nss_ocsp.h | |
parent | bd8127e04c9cb0ec1a74408b6a10dc8d19f937e6 (diff) | |
download | chromium_src-945a25941ed4de145a5041cccbe5908c92aa0c3b.zip chromium_src-945a25941ed4de145a5041cccbe5908c92aa0c3b.tar.gz chromium_src-945a25941ed4de145a5041cccbe5908c92aa0c3b.tar.bz2 |
Test change to fix a leak. Will revert after getting in a run on ChromiumOS valgrind bots.
Revert "Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO loop used for OCSP."
Review URL: http://codereview.chromium.org/3681003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62105 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/ocsp/nss_ocsp.h')
-rw-r--r-- | net/ocsp/nss_ocsp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/ocsp/nss_ocsp.h b/net/ocsp/nss_ocsp.h index a31d025..97d69b9 100644 --- a/net/ocsp/nss_ocsp.h +++ b/net/ocsp/nss_ocsp.h @@ -10,6 +10,11 @@ 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. |