| 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 8c67485b080d98991bf7dab45807732f2d07c434..ab1d72fcc7f603b74a3087e7eb4177beed4ff77c 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| @@ -142,6 +142,7 @@ public:
|
| bool allowRunningInsecureContent(bool enabledPerSettings, SecurityOrigin*, const KURL&) override;
|
| void didNotAllowScript() override;
|
| void didNotAllowPlugins() override;
|
| + void didUseKeygen() override;
|
|
|
| WebCookieJar* cookieJar() const override;
|
| bool willCheckAndDispatchMessageEvent(SecurityOrigin* target, MessageEvent*, LocalFrame* sourceFrame) const override;
|
|
|