| Index: components/test_runner/test_plugin.cc
|
| diff --git a/components/test_runner/test_plugin.cc b/components/test_runner/test_plugin.cc
|
| index f57c5b77b4180b2d88f4871021c0447d4d012ff0..73f282bab7893c1821766db58cc0d9cabf1eac95 100644
|
| --- a/components/test_runner/test_plugin.cc
|
| +++ b/components/test_runner/test_plugin.cc
|
| @@ -243,10 +243,6 @@ void TestPlugin::destroy() {
|
| new DeferredDeleteTask(make_scoped_ptr(this)));
|
| }
|
|
|
| -NPObject* TestPlugin::scriptableObject() {
|
| - return 0;
|
| -}
|
| -
|
| bool TestPlugin::canProcessDrag() const {
|
| return can_process_drag_;
|
| }
|
|
|