| 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 098c6031594dbe2b41733332d83c1e893f2900d5..109022c530840f0ab8a31ae4d46b0b241395e05f 100644
|
| --- a/third_party/WebKit/Source/core/frame/Frame.h
|
| +++ b/third_party/WebKit/Source/core/frame/Frame.h
|
| @@ -147,6 +147,8 @@ class CORE_EXPORT Frame : public GarbageCollectedFinalized<Frame> {
|
| bool isDetaching() const { return m_isDetaching; }
|
|
|
| protected:
|
| + static void upgradeInsecureRequest(KURL&, Document& originDocument);
|
| +
|
| Frame(FrameClient*, FrameHost*, FrameOwner*);
|
|
|
| mutable FrameTree m_treeNode;
|
|
|