| 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 af5a8d2bd14acb9b3e5915ea1186c7a95963119a..ad4fbe045b2507c6870354571d1d80f9d6869369 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -929,11 +929,6 @@ void FrameLoaderClientImpl::didChangeFrameOwnerProperties(HTMLFrameElementBase*
|
| m_webFrame->client()->didChangeFrameOwnerProperties(WebFrame::fromFrame(frameElement->contentFrame()), WebFrameOwnerProperties(frameElement->scrollingMode(), frameElement->marginWidth(), frameElement->marginHeight(), frameElement->allowFullscreen(), frameElement->delegatedPermissions()));
|
| }
|
|
|
| -void FrameLoaderClientImpl::dispatchWillOpenWebSocket(WebSocketHandle* handle)
|
| -{
|
| - m_webFrame->client()->willOpenWebSocket(handle);
|
| -}
|
| -
|
| void FrameLoaderClientImpl::dispatchWillStartUsingPeerConnectionHandler(WebRTCPeerConnectionHandler* handler)
|
| {
|
| m_webFrame->client()->willStartUsingPeerConnectionHandler(handler);
|
|
|