diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/renderer_host/render_message_filter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/render_message_filter.cc b/content/browser/renderer_host/render_message_filter.cc index 388bddb..4308e7a 100644 --- a/content/browser/renderer_host/render_message_filter.cc +++ b/content/browser/renderer_host/render_message_filter.cc @@ -1357,7 +1357,7 @@ void RenderMessageFilter::OnCloseCurrentConnections() { if (!CheckBenchmarkingEnabled()) return; request_context_->GetURLRequestContext()-> - http_transaction_factory()->GetCache()->CloseCurrentConnections(); + http_transaction_factory()->GetCache()->CloseAllConnections(); } void RenderMessageFilter::OnSetCacheMode(bool enabled) { |