| Index: third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| index c4a072a07dd26f5a73b5e89a109d034825910b7b..ab45a4fd4c9b5b04746ba2da3f24ea5e1fb48295 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| @@ -190,8 +190,4 @@ void RemoteFrameClientImpl::visibilityChanged(bool visible) {
|
| m_webFrame->client()->visibilityChanged(visible);
|
| }
|
|
|
| -void RemoteFrameClientImpl::setHasReceivedUserGesture() {
|
| - m_webFrame->client()->setHasReceivedUserGesture();
|
| -}
|
| -
|
| } // namespace blink
|
|
|