Chromium Code Reviews| Index: Source/modules/fetch/RequestInit.h |
| diff --git a/Source/modules/fetch/RequestInit.h b/Source/modules/fetch/RequestInit.h |
| index 2d5885580380803180766d640fca1d42da5511e7..6b3fe6ee1ef1ba3d04c418d1e08e560daa97dd3e 100644 |
| --- a/Source/modules/fetch/RequestInit.h |
| +++ b/Source/modules/fetch/RequestInit.h |
| @@ -32,6 +32,9 @@ public: |
| String credentials; |
| String redirect; |
| String integrity; |
| + |
| + // https://w3c.github.io/webappsec/specs/credentialmanagement/#monkey-patching-fetch-2 |
| + bool opaque; |
| }; |
| } |