| 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 59b4552c6ebef776520dc87adf992c43bb38d733..6ac0001e64da7bc0e2bb3f7a71f6660e664f31c8 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Request.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Request.h
|
| @@ -49,6 +49,7 @@ public:
|
| Headers* getHeaders() const { return m_headers; }
|
| String context() const;
|
| String referrer() const;
|
| + String referrerPolicy() const;
|
| String mode() const;
|
| String credentials() const;
|
| String redirect() const;
|
|
|