| Index: components/test_runner/test_plugin.h
|
| diff --git a/components/test_runner/test_plugin.h b/components/test_runner/test_plugin.h
|
| index cc91cbd75f9b4a40e3a9690d1b8e1790a3abf77a..91ce1f6992c808af8d8ea1dd0ea6bf636cf4f053 100644
|
| --- a/components/test_runner/test_plugin.h
|
| +++ b/components/test_runner/test_plugin.h
|
| @@ -66,7 +66,6 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
|
| // WebPlugin methods:
|
| bool initialize(blink::WebPluginContainer* container) override;
|
| void destroy() override;
|
| - NPObject* scriptableObject() override;
|
| bool canProcessDrag() const override;
|
| bool supportsKeyboardFocus() const override;
|
| void updateAllLifecyclePhases() override {}
|
|
|