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 e23bbf49d80e4a7274b5d61a8b9a9a9f88baccd2..7da97e8a94d9197500c646f16c2c32ef29a590f9 100644 |
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h |
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h |
@@ -366,11 +366,14 @@ class CORE_EXPORT EmptyLocalFrameClient : public LocalFrameClient { |
WebApplicationCacheHostClient*) override; |
TextCheckerClient& GetTextCheckerClient() const override; |
+ |
std::unique_ptr<WebURLLoader> CreateURLLoader() override { |
// TODO(yhirano): Stop using Platform::CreateURLLoader() here. |
return Platform::Current()->CreateURLLoader(); |
} |
+ Frame* FindFrame(const AtomicString& name) const override; |
+ |
protected: |
EmptyLocalFrameClient() {} |