| Index: third_party/WebKit/Source/modules/fetch/Request.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Request.h b/third_party/WebKit/Source/modules/fetch/Request.h
|
| index 1c97f82dcfee57cbcd2034d805f5a1f18a970252..1ad5af0f0a54768a7c560760d3f0679d9baa53a9 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Request.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Request.h
|
| @@ -62,6 +62,7 @@ class MODULES_EXPORT Request final : public Body {
|
| String getReferrerPolicy() const;
|
| String mode() const;
|
| String credentials() const;
|
| + String cache() const;
|
| String redirect() const;
|
| String integrity() const;
|
|
|
|
|