diff options
Diffstat (limited to 'net/url_request/url_request_http_job.cc')
-rw-r--r-- | net/url_request/url_request_http_job.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc index 143b0a8..a86edbd 100644 --- a/net/url_request/url_request_http_job.cc +++ b/net/url_request/url_request_http_job.cc @@ -79,6 +79,9 @@ URLRequestHttpJob::~URLRequestHttpJob() { if (sdch_test_activated_) RecordPacketStats(SDCH_EXPERIMENT_DECODE); } + // Make sure SDCH filters are told to emit histogram data while this class + // can still service the IsCachedContent() call. + DestroyFilters(); if (sdch_dictionary_url_.is_valid()) { // Prior to reaching the destructor, request_ has been set to a NULL |