| 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 72b4525e127bc526271215ed5030ce6d55328d8d..582d92acb2de704827a14d961f53d6f914b187c1 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -183,6 +183,9 @@ public:
|
| class CORE_EXPORT EmptyFrameLoaderClient : public FrameLoaderClient {
|
| WTF_MAKE_NONCOPYABLE(EmptyFrameLoaderClient);
|
| public:
|
| +
|
| + bool overrideEmbedInfo(String* url) override { return false; }
|
| +
|
| static EmptyFrameLoaderClient* create() { return new EmptyFrameLoaderClient; }
|
| ~EmptyFrameLoaderClient() override {}
|
|
|
|
|