Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2379923002: Implement "appinstalled" event on Android. (Closed)
Patch Set: Minor refactor. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698