| Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| index 582f9d52945a114d2730b73f3d06d777e1003e08..00a100091770032c50e0aaeba4c74d0d55e1ab1e 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| @@ -139,9 +139,9 @@ public:
|
| bool allowScriptFromSource(bool enabledPerSettings, const KURL& scriptURL) override;
|
| bool allowPlugins(bool enabledPerSettings) override;
|
| bool allowImage(bool enabledPerSettings, const KURL& imageURL) override;
|
| - bool allowDisplayingInsecureContent(bool enabledPerSettings, const KURL&) override;
|
| bool allowRunningInsecureContent(bool enabledPerSettings, SecurityOrigin*, const KURL&) override;
|
| bool allowAutoplay(bool defaultValue) override;
|
| + void passiveInsecureContentFound(const KURL&) override;
|
| void didNotAllowScript() override;
|
| void didNotAllowPlugins() override;
|
| void didUseKeygen() override;
|
|
|