| 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 24f7fcb9d660981f62054cb1325d0ff07b902712..aac76ca3360c03e6200e80609f30719eb96f00c5 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -328,6 +328,12 @@ class CORE_EXPORT EmptyFrameLoaderClient : public FrameLoaderClient {
|
| const String&,
|
| bool,
|
| DetachedPluginPolicy) override;
|
| + virtual PluginClient* createPluginClient(HTMLPlugInElement*,
|
| + const KURL&,
|
| + const String&) override {
|
| + return nullptr;
|
| + }
|
| +
|
| bool canCreatePluginWithoutRenderer(const String& mimeType) const override {
|
| return false;
|
| }
|
|
|