| Index: net/http/http_cache_transaction.h
|
| diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h
|
| index a8fca54228e8d8f6cadda6b947e90ab7bf24cd94..51c0db70256cbd31505ca20ffba6486ab4c36aad 100644
|
| --- a/net/http/http_cache_transaction.h
|
| +++ b/net/http/http_cache_transaction.h
|
| @@ -338,9 +338,8 @@ class HttpCache::Transaction : public HttpTransaction {
|
| // Returns network error code.
|
| int RestartNetworkRequestWithAuth(const AuthCredentials& credentials);
|
|
|
| - // Called to determine if we need to validate the cache entry before using it,
|
| - // and whether the validation should be synchronous or asynchronous.
|
| - ValidationType RequiresValidation();
|
| + // Called to determine if we need to validate the cache entry before using it.
|
| + bool RequiresValidation();
|
|
|
| // Called to make the request conditional (to ask the server if the cached
|
| // copy is valid). Returns true if able to make the request conditional.
|
|
|