| 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..77e07260f6aaa838df7df727baea921e490ca75a 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 didUseKeygen() { }
|
| +
|
| virtual WebCookieJar* cookieJar() const = 0;
|
|
|
| virtual void didChangeName(const String&) { }
|
|
|