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 79d26ecc6aa90928848fa68b3da7ca0b5d462882..d20a49b4efbfa71a04ea93ac3b197603b2ed99c7 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1278,6 +1278,9 @@ public: |
PotentiallyInjectedScriptElementWithNonce = 1541, |
PendingStylesheetAddedAfterBodyStarted = 1542, |
UntrustedMouseDownEventDispatchedToSelect = 1543, |
+ BlockedSniffingAudioToScript = 1544, |
+ BlockedSniffingVideoToScript = 1545, |
+ BlockedSniffingCSVToScript = 1546, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |