| 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 e87eb486d90a6229cc42f66873d2357f918ed469..3f85998fdc4470a0d45d22f945db89fc9516f122 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -197,6 +197,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&) { }
|
|
|