Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(519)

Unified Diff: third_party/WebKit/public/platform/UseCounterFeature.def

Issue 2941003002: Add use counters for navigator.requestMediaKeySystemAccess (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698