Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: net/http/http_cache.cc

Issue 7043007: Kill URLRequestJobTracker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows build. Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/http/http_cache.cc
diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc
index 3943619892a733e1fcd7c6417be566823cdec4a9..fbc64618614c73863e0c66cd498fce84102c53a9 100644
--- a/net/http/http_cache.cc
+++ b/net/http/http_cache.cc
@@ -478,10 +478,6 @@ HttpNetworkSession* HttpCache::GetSession() {
return network->GetSession();
}
-void HttpCache::Suspend(bool suspend) {
- network_layer_->Suspend(suspend);
-}
-
//-----------------------------------------------------------------------------
int HttpCache::CreateBackend(disk_cache::Backend** backend,

Powered by Google App Engine
This is Rietveld 408576698