| Index: third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| index 9a751397be1173bcb28bad06bca3d743b0248039..6625530a9a4d24e191741bb8ba3f2961657e2f5a 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| @@ -30,6 +30,8 @@ public:
|
| Frame* lastChild() const override;
|
| bool willCheckAndDispatchMessageEvent(SecurityOrigin*, MessageEvent*, LocalFrame*) const override;
|
| void frameFocused() const override;
|
| + void triedDisplayingInsecureContent(SecurityOrigin*, const KURL&) const override;
|
| + void triedRunningInsecureContent(SecurityOrigin*, const KURL&) const override;
|
|
|
| // RemoteFrameClient overrides:
|
| void navigate(const ResourceRequest&, bool shouldReplaceCurrentEntry) override;
|
|
|