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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.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/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 3ddbeaaa5fbb8b374465c2a16e53bdf9be12cc6c..b2624f15a414b609a3e533dc5f8372b0727f5d1e 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -178,7 +178,6 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
void passiveInsecureContentFound(const KURL&) override;
void didNotAllowScript() override;
void didNotAllowPlugins() override;
- void didUseKeygen() override;
WebCookieJar* cookieJar() const override;
void frameFocused() const override;

Powered by Google App Engine
This is Rietveld 408576698