| 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&) { }
|
|
|