| 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,
|
|
|