Chromium Code Reviews| Index: Source/web/FrameLoaderClientImpl.h |
| diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h |
| index b84ecffcbc5d601781f1377e229f7a8ce98fe7aa..7b8f14e50af1cf524801aba1990cae1b3eea197a 100644 |
| --- a/Source/web/FrameLoaderClientImpl.h |
| +++ b/Source/web/FrameLoaderClientImpl.h |
| @@ -131,6 +131,7 @@ public: |
| virtual bool allowScriptFromSource(bool enabledPerSettings, const WebCore::KURL& scriptURL); |
| virtual bool allowPlugins(bool enabledPerSettings); |
| virtual bool allowImage(bool enabledPerSettings, const WebCore::KURL& imageURL); |
| + virtual bool allowMedia(bool enabledPerSettings, const WebCore::KURL& mediaURL); |
|
jochen (gone - plz use gerrit)
2013/10/22 08:25:31
just allowMedia(mediaURL), I don't think we need a
pwnall-personal
2013/10/22 11:56:18
Done.
|
| virtual bool allowDisplayingInsecureContent(bool enabledPerSettings, WebCore::SecurityOrigin*, const WebCore::KURL&); |
| virtual bool allowRunningInsecureContent(bool enabledPerSettings, WebCore::SecurityOrigin*, const WebCore::KURL&); |
| virtual void didNotAllowScript(); |