summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.h
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-22 19:00:58 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-22 19:00:58 +0000
commit8523ba5fab2b52f359b644fea1b9c2b3ea078260 (patch)
treef77d449eb28f0fa1b2f0bc0bf8006751423be59f /net/http/http_cache.h
parent653f4ec848607162cd842a3dbcb6d5f18f72bcba (diff)
downloadchromium_src-8523ba5fab2b52f359b644fea1b9c2b3ea078260.zip
chromium_src-8523ba5fab2b52f359b644fea1b9c2b3ea078260.tar.gz
chromium_src-8523ba5fab2b52f359b644fea1b9c2b3ea078260.tar.bz2
Kill URLRequestJobTracker.
BUG=81160 TEST=none Review URL: http://codereview.chromium.org/7043007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_cache.h')
-rw-r--r--net/http/http_cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/http/http_cache.h b/net/http/http_cache.h
index 5728dbd..3fbb5e1 100644
--- a/net/http/http_cache.h
+++ b/net/http/http_cache.h
@@ -183,7 +183,6 @@ class NET_API HttpCache : public HttpTransactionFactory,
virtual int CreateTransaction(scoped_ptr<HttpTransaction>* trans);
virtual HttpCache* GetCache();
virtual HttpNetworkSession* GetSession();
- virtual void Suspend(bool suspend);
protected:
// Disk cache entry data indices.