Index: public/web/WebURLLoaderOptions.h |
diff --git a/public/web/WebURLLoaderOptions.h b/public/web/WebURLLoaderOptions.h |
index a0c135df17ef4f2d56ddfe4da096bd64239256a7..6d4020abb67f2c3e8e07dd934fc149833f8bbf59 100644 |
--- a/public/web/WebURLLoaderOptions.h |
+++ b/public/web/WebURLLoaderOptions.h |
@@ -49,7 +49,6 @@ struct WebURLLoaderOptions { |
WebURLLoaderOptions() |
: untrustedHTTP(false) |
- , sniffContent(false) |
, allowCredentials(false) |
, exposeAllResponseHeaders(false) |
, preflightPolicy(ConsiderPreflight) |
@@ -57,7 +56,6 @@ struct WebURLLoaderOptions { |
{ } |
bool untrustedHTTP; // Whether to validate the method and headers as if this was an XMLHttpRequest. |
- bool sniffContent; // Whether to sniff content. |
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; |