| Index: content/public/browser/resource_request_info.h
|
| diff --git a/content/public/browser/resource_request_info.h b/content/public/browser/resource_request_info.h
|
| index e9ba86ebcc0ea4c99f84a8a312a818c429406a8c..5463f22ad3ef9668f83b7c23dc8a7df1141d2cc0 100644
|
| --- a/content/public/browser/resource_request_info.h
|
| +++ b/content/public/browser/resource_request_info.h
|
| @@ -124,6 +124,9 @@ class ResourceRequestInfo {
|
| // Whether this is a download.
|
| virtual bool IsDownload() const = 0;
|
|
|
| + // Whether this is an async revalidation.
|
| + virtual bool IsAsyncRevalidation() const = 0;
|
| +
|
| protected:
|
| virtual ~ResourceRequestInfo() {}
|
| };
|
|
|