Index: third_party/WebKit/Source/core/frame/UseCounter.h |
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h |
index 1cd5a79ad7f6fa2f529e41540b1e346d65acf33f..fd930d725ffd7b03ef6185bd3815b94ce98b5f4d 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1096,6 +1096,9 @@ public: |
ScrollAnchored = 1278, |
AddEventListenerFourArguments = 1279, |
RemoveEventListenerFourArguments = 1280, |
+ InvalidReportUriDirectiveInMetaCSP = 1281, |
+ InvalidSandboxDirectiveInMetaCSP = 1282, |
+ InvalidFrameAncestorsDirectiveInMetaCSP = 1283, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |