| Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| index c0a7c3653aa7e208ad5fcb1916715abbb88efc04..674c938bf3deea0ecb30f77f91a1f0a6c2b368ab 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -174,6 +174,7 @@ public:
|
| virtual bool allowPlugins(bool enabledPerSettings) { return enabledPerSettings; }
|
| virtual bool allowImage(bool enabledPerSettings, const KURL&) { return enabledPerSettings; }
|
| virtual bool allowMedia(const KURL&) { return true; }
|
| + virtual bool allowMediaAutoplay(bool hidden) { return true; }
|
| virtual bool allowDisplayingInsecureContent(bool enabledPerSettings, SecurityOrigin*, const KURL&) { return enabledPerSettings; }
|
| virtual bool allowRunningInsecureContent(bool enabledPerSettings, SecurityOrigin*, const KURL&) { return enabledPerSettings; }
|
|
|
|
|