Index: third_party/WebKit/public/web/WebURLLoaderOptions.h |
diff --git a/third_party/WebKit/public/web/WebURLLoaderOptions.h b/third_party/WebKit/public/web/WebURLLoaderOptions.h |
index dc22b94b41704f3bd6484737d199919e1aef6ff5..17e242ea2e40017e7a2f10adcb42c5bfa588449b 100644 |
--- a/third_party/WebKit/public/web/WebURLLoaderOptions.h |
+++ b/third_party/WebKit/public/web/WebURLLoaderOptions.h |
@@ -49,12 +49,13 @@ struct WebURLLoaderOptions { |
preflightPolicy(ConsiderPreflight), |
crossOriginRequestPolicy(CrossOriginRequestPolicyDeny) {} |
- bool |
- untrustedHTTP; // Whether to validate the method and headers as if this was an XMLHttpRequest. |
- bool |
- allowCredentials; // Whether to send HTTP credentials and cookies with the request. |
- bool |
- exposeAllResponseHeaders; // If policy is to use access control, whether to expose non-whitelisted response headers to the client. |
+ bool untrustedHTTP; // Whether to validate the method and headers as if this |
+ // was an XMLHttpRequest. |
+ bool allowCredentials; // Whether to send HTTP credentials and cookies with |
+ // the request. |
+ bool exposeAllResponseHeaders; // If policy is to use access control, whether |
+ // to expose non-whitelisted response headers |
+ // to the client. |
PreflightPolicy preflightPolicy; |
CrossOriginRequestPolicy crossOriginRequestPolicy; |
}; |