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..d27cd02adb83b10e4dcc58803b1c873e5ddd23c2 100644 |
| --- a/Source/modules/fetch/Request.h |
| +++ b/Source/modules/fetch/Request.h |
| @@ -48,6 +48,7 @@ public: |
| Headers* headers() const { return m_headers; } |
| String referrer() const; |
| String mode() const; |
| + String context() const; |
|
hiroshige
2015/04/07 03:56:11
Move context() declaration above referrer() to mat
shiva.jm
2015/04/09 09:16:22
Done.
|
| String credentials() const; |
| // From Request.idl: |