Chromium Code Reviews| Index: third_party/WebKit/public/platform/UseCounterFeature.def |
| diff --git a/third_party/WebKit/public/platform/UseCounterFeature.def b/third_party/WebKit/public/platform/UseCounterFeature.def |
| index f7a68dbc930608bf1ffffef8746d171110ea5de0..97b7ad5a1d3854b4547f23c7f98a18b49264f170 100644 |
| --- a/third_party/WebKit/public/platform/UseCounterFeature.def |
| +++ b/third_party/WebKit/public/platform/UseCounterFeature.def |
| @@ -1554,6 +1554,8 @@ kSmoothScrollJSInterventionActivated = 2020, |
| kBudgetAPIGetCost = 2021, |
| kBudgetAPIGetBudget = 2022, |
| kCrossOriginMainFrameNulledNonEmptyNameAccessed = 2023, |
| +kRequestMediaKeySystemAccess = 2024, |
|
ddorwin
2017/06/15 06:57:18
We used to have values for secure and insecure ori
|
| +kRequestMediaKeySystemAccessIframe = 2025, |
| // Add new features immediately above this line. Don't change assigned |
| // numbers of any item, and don't reuse removed slots. |