| Index: third_party/WebKit/public/web/WebFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
|
| index 9ae9234584f187ee39b1ae311a96a13d014484d4..b0ccc8e70da5140dc566e2db7d4f2f17d9448e4b 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -316,10 +316,6 @@ public:
|
| // Calls window.gc() if it is defined.
|
| virtual void collectGarbage() = 0;
|
|
|
| - // Check if the scripting URL represents a mixed content condition relative
|
| - // to this frame.
|
| - virtual bool checkIfRunInsecureContent(const WebURL&) const = 0;
|
| -
|
| // Executes script in the context of the current page and returns the value
|
| // that the script evaluated to.
|
| // DEPRECATED: Use WebLocalFrame::requestExecuteScriptAndReturnValue.
|
|
|