Index: third_party/WebKit/public/web/WebAssociatedURLLoaderOptions.h |
diff --git a/third_party/WebKit/public/web/WebAssociatedURLLoaderOptions.h b/third_party/WebKit/public/web/WebAssociatedURLLoaderOptions.h |
index bccff23228ba4fbc2e138ddc73c60fe6a82434e7..b4e18577e902454ef77c946678a6fa8479fb7bcc 100644 |
--- a/third_party/WebKit/public/web/WebAssociatedURLLoaderOptions.h |
+++ b/third_party/WebKit/public/web/WebAssociatedURLLoaderOptions.h |
@@ -36,10 +36,7 @@ |
namespace blink { |
struct WebAssociatedURLLoaderOptions { |
- enum PreflightPolicy { |
- kConsiderPreflight, |
- kPreventPreflight |
- }; |
+ enum PreflightPolicy { kConsiderPreflight, kPreventPreflight }; |
WebAssociatedURLLoaderOptions() |
: untrusted_http(false), |