Index: Source/core/frame/UseCounter.h |
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
index c97a45c4f432923a5482985505299ffd4b0a459a..a0506bc940a4d40e2e74c03fc23ccfd1c5fbf8d4 100644 |
--- a/Source/core/frame/UseCounter.h |
+++ b/Source/core/frame/UseCounter.h |
@@ -440,6 +440,18 @@ public: |
DocumentFonts = 440, |
MixedContentFormsSubmitted = 441, |
FormsSubmitted = 442, |
+ TextInputEventOnInput = 443, |
+ TextInputEventOnTextArea = 444, |
+ TextInputEventOnContentEditable= 445, |
+ TextInputEventOnNotNode = 446, |
+ WebkitBeforeTextInsertedOnInput = 447, |
+ WebkitBeforeTextInsertedOnTextArea = 448, |
+ WebkitBeforeTextInsertedOnContentEditable = 449, |
+ WebkitBeforeTextInsertedOnNotNode = 450, |
+ WebkitEditableContentChangedOnInput = 451, |
+ WebkitEditableContentChangedOnTextArea = 452, |
+ WebkitEditableContentChangedOnContentEditable = 453, |
+ WebkitEditableContentChangedOnNotNode = 454, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |
// Also, run update_use_counter_feature_enum.py in chromium/src/tools/metrics/histograms/ |