diff options
Diffstat (limited to 'net/http/http_cache_transaction.h')
-rw-r--r-- | net/http/http_cache_transaction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h index 14e39c7..0e7e51c 100644 --- a/net/http/http_cache_transaction.h +++ b/net/http/http_cache_transaction.h @@ -274,6 +274,9 @@ class HttpCache::Transaction : public HttpTransaction { // Performs the needed work after writing data to the cache. int DoCacheWriteCompleted(int result); + // Sends a histogram with info about the response headers. + void HistogramHeaders(const HttpResponseHeaders* headers); + // Called to signal completion of asynchronous IO. void OnIOComplete(int result); |