| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index c8ea114f4089f8b0d4d649f386af1f8c356ddea9..cc03905c73cafe5decc8f1e2831f6f69c4a8cb25 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -872,17 +872,6 @@ void WebLocalFrameImpl::collectGarbage()
|
| V8GCController::collectGarbage(v8::Isolate::GetCurrent());
|
| }
|
|
|
| -bool WebLocalFrameImpl::checkIfRunInsecureContent(const WebURL& url) const
|
| -{
|
| - ASSERT(frame());
|
| -
|
| - // This is only called (eventually, through proxies and delegates and IPC) from
|
| - // PluginURLFetcher::OnReceivedRedirect for redirects of NPAPI resources.
|
| - //
|
| - // FIXME: Remove this method entirely once we smother NPAPI.
|
| - return !MixedContentChecker::shouldBlockFetch(frame(), WebURLRequest::RequestContextObject, WebURLRequest::FrameTypeNested, url);
|
| -}
|
| -
|
| v8::Local<v8::Value> WebLocalFrameImpl::executeScriptAndReturnValue(const WebScriptSource& source)
|
| {
|
| ASSERT(frame());
|
|
|