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 762e10cf24c04326616b8b1ecb7e52142ab804b3..840c0e7527d2b7699f7053f35699c5762678b659 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1342,6 +1342,10 @@ class CORE_EXPORT UseCounter { |
VRDeprecatedFieldOfView = 1621, |
VideoInCanvas = 1622, |
HiddenAutoplayedVideoInCanvas = 1623, |
+ // The above items are available in M55 branch |
+ |
+ AppInstalledEventAddListener = 1624, |
+ |
// 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 |