| 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 6fd138e51719660d18242dbd1fdb7ebf248dc7a3..5b3f1c35c4feceecb430292406b654c1472528c6 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:
|
|
|