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/proxy/proxy_script_fetcher.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/proxy/proxy_script_fetcher.h')
-rw-r--r-- | net/proxy/proxy_script_fetcher.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/proxy/proxy_script_fetcher.h b/net/proxy/proxy_script_fetcher.h index f6c1795..1b1a827 100644 --- a/net/proxy/proxy_script_fetcher.h +++ b/net/proxy/proxy_script_fetcher.h @@ -68,6 +68,8 @@ class ProxyScriptFetcher { static size_t SetSizeConstraintForUnittest(size_t size_bytes); }; +void EnsureNoProxyScriptFetches(); + } // namespace net #endif // NET_PROXY_PROXY_SCRIPT_FETCHER_H_ |