| Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| index 7f43290a4dd296830ef59a298d841897d73f9a5d..0cd2759818cb80f9e3fbd6a4418c4f313d297084 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -280,6 +280,12 @@ void FrameLoaderClientImpl::didNotAllowPlugins()
|
|
|
| }
|
|
|
| +void FrameLoaderClientImpl::didUseKeygen()
|
| +{
|
| + if (m_webFrame->contentSettingsClient())
|
| + m_webFrame->contentSettingsClient()->didUseKeygen();
|
| +}
|
| +
|
| bool FrameLoaderClientImpl::hasWebView() const
|
| {
|
| return m_webFrame->viewImpl();
|
|
|