| Index: net/http/http_cache_transaction.h
|
| diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h
|
| index 0998695962e19cf1b36f0221355487a21189af77..bf0f2fa9f3739d49e5b483c4292a62d571060bd1 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.
|
|
|