| Index: net/http/http_cache_transaction.h
|
| diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h
|
| index cde78dc3bf7749ef6dbc0db95311deb656ab8113..473a610675bc183e798e2f17829b334a5feccb1a 100644
|
| --- a/net/http/http_cache_transaction.h
|
| +++ b/net/http/http_cache_transaction.h
|
| @@ -351,9 +351,6 @@ class HttpCache::Transaction : public HttpTransaction {
|
| // Fixes the response headers to match expectations for a HEAD request.
|
| void FixHeadersForHead();
|
|
|
| - // Launches an asynchronous revalidation based on this transaction.
|
| - void TriggerAsyncValidation();
|
| -
|
| // Changes the response code of a range request to be 416 (Requested range not
|
| // satisfiable).
|
| void FailRangeRequest();
|
|
|