| Index: Source/web/FrameLoaderClientImpl.h
|
| diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
|
| index 14bd912310bec18a383f169e6db2f590a5ce62f3..10a2f3ec0d435a7df84759897920a5096ed21bb2 100644
|
| --- a/Source/web/FrameLoaderClientImpl.h
|
| +++ b/Source/web/FrameLoaderClientImpl.h
|
| @@ -133,6 +133,7 @@ public:
|
| virtual bool allowScriptFromSource(bool enabledPerSettings, const WebCore::KURL& scriptURL) OVERRIDE;
|
| virtual bool allowPlugins(bool enabledPerSettings) OVERRIDE;
|
| virtual bool allowImage(bool enabledPerSettings, const WebCore::KURL& imageURL) OVERRIDE;
|
| + virtual bool allowMedia(const WebCore::KURL& mediaURL) OVERRIDE;
|
| virtual bool allowDisplayingInsecureContent(bool enabledPerSettings, WebCore::SecurityOrigin*, const WebCore::KURL&) OVERRIDE;
|
| virtual bool allowRunningInsecureContent(bool enabledPerSettings, WebCore::SecurityOrigin*, const WebCore::KURL&) OVERRIDE;
|
| virtual void didNotAllowScript() OVERRIDE;
|
|
|