| 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 4b4d5c8c3b101905b7dc18a472c2d6dba77b0ccd..da5d39f809868185248e63c0ac2d7a7a307a720a 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;
|
|
|