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

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

Issue 2379923002: Implement "appinstalled" event on Android. (Closed)
Patch Set: Fix up some includes. Created 4 years 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 62bd4f0a1975f5e0a55ef4b6bf17176e1a9bfdb9..fa1b07e02c88ebae3aa4bd1275e8dcc8e146ccbb 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1385,6 +1385,7 @@ class CORE_EXPORT UseCounter {
V8FaceDetector_Detect_Method = 1695,
FullscreenAllowedByOrientationChange = 1696,
ServiceWorkerRespondToNavigationRequestWithRedirectedResponse = 1697,
+ AppInstalledEventAddListener = 1698,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

Powered by Google App Engine
This is Rietveld 408576698