| 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 b4b1a536f0a929910117dd88320602561005dfc2..2888061cc780b5f09afa256cf01fbdc550a4b72f 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -858,6 +858,8 @@ public:
|
| CSSAtRuleWebkitKeyframes = 978,
|
| V8HTMLFieldSetElement_Elements_AttributeGetter = 979,
|
| HTMLMediaElementPreloadForcedNone = 980,
|
| + ExternalAddSearchProvider = 981,
|
| + ExternalIsSearchProviderInstalled = 982,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|