| 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 58113e7e4a279693483acb04f211cef57f9a1724..a860ecf5bb13c0e463947c0060f792cbdd56db09 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1214,11 +1214,12 @@ public:
|
| OpenSearchSecureOriginSecureTarget = 1408,
|
| RegisterProtocolHandlerSecureOrigin = 1409,
|
| RegisterProtocolHandlerInsecureOrigin = 1410,
|
| -
|
| CrossOriginWindowAlert = 1411,
|
| CrossOriginWindowConfirm = 1412,
|
| CrossOriginWindowPrompt = 1413,
|
| CrossOriginWindowPrint = 1414,
|
| + MediaStreamOnActive = 1415,
|
| + MediaStreamOnInactive = 1416,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|