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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp

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/web/FrameLoaderClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
index c4e74c401fbbb5eb71ff92b4ccc465aace3476dd..5d780754d11f74d3f14ae9294a9a6be4da8d3351 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
@@ -291,11 +291,6 @@ void FrameLoaderClientImpl::didNotAllowPlugins() {
m_webFrame->contentSettingsClient()->didNotAllowPlugins();
}
-void FrameLoaderClientImpl::didUseKeygen() {
- if (m_webFrame->contentSettingsClient())
- m_webFrame->contentSettingsClient()->didUseKeygen();
-}
-
bool FrameLoaderClientImpl::hasWebView() const {
return m_webFrame->viewImpl();
}
« no previous file with comments | « third_party/WebKit/Source/web/FrameLoaderClientImpl.h ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698