| 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 c4e74c401fbbb5eb71ff92b4ccc465aace3476dd..5d780754d11f74d3f14ae9294a9a6be4da8d3351 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -291,11 +291,6 @@ void FrameLoaderClientImpl::didNotAllowPlugins() {
|
| m_webFrame->contentSettingsClient()->didNotAllowPlugins();
|
| }
|
|
|
| -void FrameLoaderClientImpl::didUseKeygen() {
|
| - if (m_webFrame->contentSettingsClient())
|
| - m_webFrame->contentSettingsClient()->didUseKeygen();
|
| -}
|
| -
|
| bool FrameLoaderClientImpl::hasWebView() const {
|
| return m_webFrame->viewImpl();
|
| }
|
|
|