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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoaderClient.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/Source/core/loader/FrameLoaderClient.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
index c445ac17bcae4e850541be098b8b0d271a1968e3..5332b9d3837f05691d6c5db1e0375c84b9e4b0d9 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
@@ -263,9 +263,6 @@ class CORE_EXPORT FrameLoaderClient : public FrameClient {
// This callback is similar, but for plugins.
virtual void didNotAllowPlugins() {}
- // This callback notifies the client that the frame created a Keygen element.
- virtual void didUseKeygen() {}
-
virtual WebCookieJar* cookieJar() const = 0;
virtual void didChangeName(const String& name, const String& uniqueName) {}
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLTagNames.in ('k') | third_party/WebKit/Source/web/FrameLoaderClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698