| 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 a75982d448b88f53a9e8e8405e31548dc7760f30..cd3c19eabd27a6225d81c8f7252b69252d45e42e 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1214,6 +1214,8 @@ public:
|
| OpenSearchSecureOriginSecureTarget = 1408,
|
| RegisterProtocolHandlerSecureOrigin = 1409,
|
| RegisterProtocolHandlerInsecureOrigin = 1410,
|
| + MediaStreamOnActive = 1411,
|
| + MediaStreamOnInactive = 1412,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|