Index: third_party/WebKit/Source/core/frame/Frame.h |
diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h |
index 3a93578cf6ad3f63b7179c3ea75bbc86786bc899..25ab9c832d9dbb46104c5771b5d57c3b400f92df 100644 |
--- a/third_party/WebKit/Source/core/frame/Frame.h |
+++ b/third_party/WebKit/Source/core/frame/Frame.h |
@@ -136,6 +136,10 @@ public: |
virtual void didChangeVisibilityState(); |
+ // Returns whether it's possible for a descendent of this frame to |
+ // be a secure context. |
+ bool canHaveSecureChild(String* errorMessage) const; |
+ |
protected: |
Frame(FrameClient*, FrameHost*, FrameOwner*); |