| Index: third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| diff --git a/third_party/WebKit/Source/platform/network/HTTPParsers.h b/third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| index 46044a38bdef357701e07ac3120b00fc022cf592..fb901887fe92397564f80f1068a89b46bd8e0df6 100644
|
| --- a/third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| +++ b/third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| @@ -62,7 +62,9 @@ enum XFrameOptionsDisposition {
|
| XFrameOptionsConflict
|
| };
|
|
|
| -// Be sure to update the behavior of XSSAuditor::combineXSSProtectionHeaderAndCSP whenever you change this enum's content or ordering.
|
| +// Be sure to update the behavior of
|
| +// XSSAuditor::combineXSSProtectionHeaderAndCSP whenever you change this enum's
|
| +// content or ordering.
|
| enum ReflectedXSSDisposition {
|
| ReflectedXSSUnset = 0,
|
| AllowReflectedXSS,
|
|
|