diff options
Diffstat (limited to 'components/test_runner/test_plugin.h')
-rw-r--r-- | components/test_runner/test_plugin.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/components/test_runner/test_plugin.h b/components/test_runner/test_plugin.h index 129dc2a..6c52dfe 100644 --- a/components/test_runner/test_plugin.h +++ b/components/test_runner/test_plugin.h @@ -85,11 +85,6 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient { void didReceiveData(const char* data, int data_length) override {} void didFinishLoading() override {} void didFailLoading(const blink::WebURLError& error) override {} - void didFinishLoadingFrameRequest(const blink::WebURL& url, - void* notify_data) override {} - void didFailLoadingFrameRequest(const blink::WebURL& url, - void* notify_data, - const blink::WebURLError& error) override {} bool isPlaceholder() override; // cc::TextureLayerClient methods: |