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

Unified Diff: third_party/WebKit/public/platform/WebFeature.h

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/WebFeature.h
diff --git a/third_party/WebKit/public/platform/WebFeature.h b/third_party/WebKit/public/platform/WebFeature.h
index 823881b16c9c7b528cbf7deb00b0fd669807ed41..be452aff298186cc4871f719fc9121ec15141943 100644
--- a/third_party/WebKit/public/platform/WebFeature.h
+++ b/third_party/WebKit/public/platform/WebFeature.h
@@ -500,6 +500,7 @@ enum class WebFeature : uint32_t {
kFullscreenInsecureOrigin = 766,
kDialogInSandboxedContext = 767,
kSVGSMILAnimationInImageRegardlessOfCache = 768,
+ kEncryptedMediaSecureOrigin = 770,
kPerformanceFrameTiming = 772,
kV8Element_Animate_Method = 773,
// The above items are available in M44 branch.
@@ -1568,6 +1569,7 @@ enum class WebFeature : uint32_t {
kServiceWorkerClientFrameType = 2033,
kQuirksModeDocument = 2034,
kLimitedQuirksModeDocument = 2035,
+ kEncryptedMediaCrossOriginIframe = 2036,
// 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