| 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.
|
|
|