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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Review feedback Created 4 years 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/Source/core/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index acd4a1ec5ee6789e01a315f9a3e05770479d27ef..f6de4d5f6e7e481326b30c4a86e3ec99b7bc5cc8 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -379,9 +379,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
return replacedBy("'Performance.onwebkitresourcetimingbufferfull'",
"'Performance.onresourcetimingbufferfull'");
- case UseCounter::HTMLKeygenElement:
- return willBeRemoved("The <keygen> element", M57, "5716060992962560");
-
case UseCounter::EncryptedMediaAllSelectedContentTypesMissingCodecs:
return String::format(
"EME requires that contentType strings accepted by "

Powered by Google App Engine
This is Rietveld 408576698