diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 04:33:21 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 04:33:21 +0000 |
commit | 077851be33ef19822a8ac6497f6618894c30da56 (patch) | |
tree | f2f0bf33c206c5563fd04f06489bdc5fe9631f4b /net/proxy/proxy_script_fetcher.h | |
parent | 0fa0fbc5767ec406aa44c48ea5f775d158042bb2 (diff) | |
download | chromium_src-077851be33ef19822a8ac6497f6618894c30da56.zip chromium_src-077851be33ef19822a8ac6497f6618894c30da56.tar.gz chromium_src-077851be33ef19822a8ac6497f6618894c30da56.tar.bz2 |
Break URLRequestContext=>ProxyScriptFetcher=>URLRequestContext ref cycle.
BUG=58572
TEST=None
Review URL: http://codereview.chromium.org/3662005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy/proxy_script_fetcher.h')
-rw-r--r-- | net/proxy/proxy_script_fetcher.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/proxy/proxy_script_fetcher.h b/net/proxy/proxy_script_fetcher.h index f6c1795..3f2602f 100644 --- a/net/proxy/proxy_script_fetcher.h +++ b/net/proxy/proxy_script_fetcher.h @@ -68,6 +68,9 @@ class ProxyScriptFetcher { static size_t SetSizeConstraintForUnittest(size_t size_bytes); }; +// Cancels all current proxy script fetches. +void EnsureNoProxyScriptFetches(); + } // namespace net #endif // NET_PROXY_PROXY_SCRIPT_FETCHER_H_ |