| Index: third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
|
| diff --git a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
|
| index fbe6de0d7568f52959564bfb2b563a9c334271bc..6bd8828e08a3ae22c1d8e73f7c89ce7a6a16025f 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
|
| +++ b/third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h
|
| @@ -120,8 +120,6 @@ class PLATFORM_EXPORT SchemeRegistry {
|
|
|
| // Allow resources from some schemes to load on a page, regardless of its
|
| // Content Security Policy.
|
| - // This enum should be kept in sync with public/web/WebSecurityPolicy.h.
|
| - // Enforced in AssertMatchingEnums.cpp.
|
| enum PolicyAreas : uint32_t {
|
| PolicyAreaNone = 0,
|
| PolicyAreaImage = 1 << 0,
|
|
|