| 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 ba6345ad35b0e1f5026896acba5e6b97caf680cf..986f4022fb7eda993f1d7e6792331ec650b13032 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -859,6 +859,8 @@ public:
|
| ExternalAddSearchProvider = 981,
|
| ExternalIsSearchProviderInstalled = 982,
|
| V8Permissions_RequestAll_Method = 983,
|
| + DeviceOrientationAbsoluteInsecureOrigin = 984,
|
| + DeviceOrientationAbsoluteSecureOrigin = 985,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|