| Index: third_party/WebKit/Source/core/loader/EmptyClients.h
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| index 5c56852cac0f3ef98ddebd861ba8285ab79f14ba..a3ec862b58304669c0ac874b5107e750ce54453a 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -190,6 +190,8 @@ public:
|
| void willBeDetached() override {}
|
| void detached(FrameDetachType) override {}
|
| void frameFocused() const override {}
|
| + void triedDisplayingInsecureContent(SecurityOrigin*, const KURL&) const override {}
|
| + void triedRunningInsecureContent(SecurityOrigin*, const KURL&) const override {}
|
|
|
| void dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&) override {}
|
| void dispatchDidReceiveResponse(DocumentLoader*, unsigned long, const ResourceResponse&) override {}
|
|
|