| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| index a383c3f82bf937dafcd80d548f2131f6d8a773da..f4b0b21d94294c30827b4ea734fa933cac5d7efc 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -250,12 +250,6 @@ void WebRemoteFrameImpl::collectGarbage()
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -bool WebRemoteFrameImpl::checkIfRunInsecureContent(const WebURL&) const
|
| -{
|
| - ASSERT_NOT_REACHED();
|
| - return false;
|
| -}
|
| -
|
| v8::Local<v8::Value> WebRemoteFrameImpl::executeScriptAndReturnValue(
|
| const WebScriptSource&)
|
| {
|
|
|