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

Unified Diff: third_party/WebKit/public/web/WebContentSettingsClient.h

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased 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/public/web/WebContentSettingsClient.h
diff --git a/third_party/WebKit/public/web/WebContentSettingsClient.h b/third_party/WebKit/public/web/WebContentSettingsClient.h
index c50f059bae489b033a22786a8a291c4dc19494c4..933c372209e1f8e020afcef3683678974868a121 100644
--- a/third_party/WebKit/public/web/WebContentSettingsClient.h
+++ b/third_party/WebKit/public/web/WebContentSettingsClient.h
@@ -118,9 +118,6 @@ class WebContentSettingsClient {
// were enabled.
virtual void didNotAllowScript() {}
- // Notifies the client that the frame instantiated a keygen element.
- virtual void didUseKeygen() {}
-
virtual ~WebContentSettingsClient() {}
};

Powered by Google App Engine
This is Rietveld 408576698