| Index: components/test_runner/test_plugin.h
|
| diff --git a/components/test_runner/test_plugin.h b/components/test_runner/test_plugin.h
|
| index 4e595aae987a8ada01b40e13a2978d17ab9d312d..f58adc79c71c821546be1ee75459d473cd152077 100644
|
| --- a/components/test_runner/test_plugin.h
|
| +++ b/components/test_runner/test_plugin.h
|
| @@ -68,7 +68,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 {}
|
|
|