Chromium Code Reviews| Index: Source/modules/fetch/Request.h |
| diff --git a/Source/modules/fetch/Request.h b/Source/modules/fetch/Request.h |
| index a16a9f6114fbe73eca41b724915316ca9d7e922d..500fb33124ff792d8c86d822e2c085e0df04cc5b 100644 |
| --- a/Source/modules/fetch/Request.h |
| +++ b/Source/modules/fetch/Request.h |
| @@ -46,6 +46,7 @@ public: |
| String method() const; |
| KURL url() const; |
| Headers* headers() const { return m_headers; } |
| + String context() const; |
| String referrer() const; |
| String mode() const; |
| String credentials() const; |