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 c1245a3a29cbdadc5f4acae6e8bfe43e48bee058..a4533bec18339b6dc1077cb9c2f17cc0c5ce0c13 100644 |
--- a/third_party/WebKit/public/web/WebFrame.h |
+++ b/third_party/WebKit/public/web/WebFrame.h |
@@ -552,6 +552,7 @@ public: |
// Returns the frame inside a given frame or iframe element. Returns 0 if |
// the given element is not a frame, iframe or if the frame is empty. |
BLINK_EXPORT static WebFrame* fromFrameOwnerElement(const WebElement&); |
+ BLINK_EXPORT bool canHaveSecureChild(WebString& errorMessage) const; |
alexmos
2016/05/26 22:13:35
Do we need both this and WebDocument::isSecureCont
falken
2016/05/27 05:47:04
I think there's two problems there:
1) isSecureCon
alexmos
2016/05/27 22:44:30
Yeah, I'm curious if the plugin case cares about s
raymes
2016/05/30 01:08:08
The plugin case is just for metrics - we were just
|
#if BLINK_IMPLEMENTATION |
static WebFrame* fromFrame(Frame*); |