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

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

Issue 2945223002: Add deprecation warnings for permission API usage from iframes (Closed)
Patch Set: Depreaction warnings 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 01a97c99bcb05e3769fd64c3d46a3184105aedb1..f7e6963c98878cee044bbb6bd5b6804335c63278 100644
--- a/third_party/WebKit/public/platform/WebFeature.h
+++ b/third_party/WebKit/public/platform/WebFeature.h
@@ -1559,6 +1559,10 @@ enum class WebFeature : uint32_t {
kDeprecatedTimingFunctionStepMiddle = 2024,
kDocumentDomainSetWithNonDefaultPort = 2025,
kDocumentDomainSetWithDefaultPort = 2026,
+ kEncryptedMediaDisabledIframe = 2028,
+ kGeolocationDisabledIframe = 2029,
+ kGetUserMediaDisabledIframe = 2030,
+ kRequestMIDIAccessDisabledIframe = 2031,
// 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