| Index: extensions/renderer/module_system.h
|
| diff --git a/extensions/renderer/module_system.h b/extensions/renderer/module_system.h
|
| index 1797f9ce0d028c4d5ad18efbbe515aa416a8a338..ab5aea23f732c79b1036eec44e877042c7ba65c7 100644
|
| --- a/extensions/renderer/module_system.h
|
| +++ b/extensions/renderer/module_system.h
|
| @@ -96,10 +96,6 @@ class ModuleSystem : public ObjectBackedNativeHandler,
|
| v8::Local<v8::Value> CallModuleMethod(
|
| const std::string& module_name,
|
| const std::string& method_name);
|
| - v8::Local<v8::Value> CallModuleMethod(
|
| - const std::string& module_name,
|
| - const std::string& method_name,
|
| - std::vector<v8::Local<v8::Value>>* args);
|
| v8::Local<v8::Value> CallModuleMethod(const std::string& module_name,
|
| const std::string& method_name,
|
| int argc,
|
|
|