Index: third_party/WebKit/Source/web/tests/FakeWebPlugin.h |
diff --git a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h |
index 2457f4039fc33ce5fc576a5267983d61213be1b6..95e7e8c570e3a35223a3481590dbb2f889d7b277 100644 |
--- a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h |
+++ b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h |
@@ -64,8 +64,6 @@ public: |
void didReceiveData(const char* data, int dataLength) override { } |
void didFinishLoading() override { } |
void didFailLoading(const WebURLError&) override { } |
- void didFinishLoadingFrameRequest(const WebURL&, void* notifyData) override { } |
- void didFailLoadingFrameRequest(const WebURL&, void* notifyData, const WebURLError&) override { } |
bool isPlaceholder() override { return false; } |
protected: |