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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoaderClient.h

Issue 1417033010: Adding <keygen> Content Setting (Blink) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keygen_core
Patch Set: Rebase? Created 5 years, 1 month 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 d847f253299e76b0d41d7f7efe3ce73c9571d11b..69012d04206369a0c035e7094896fca827333af9 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
@@ -190,6 +190,9 @@ public:
// This callback is similar, but for plugins.
virtual void didNotAllowPlugins() { }
+ // This callback notifies the client that the frame created a Keygen element.
+ virtual void usedKeygen() { }
+
virtual WebCookieJar* cookieJar() const = 0;
virtual void didChangeName(const String&) { }

Powered by Google App Engine
This is Rietveld 408576698