| Index: extensions/renderer/dispatcher.h
|
| diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h
|
| index 2e50fcf90343447e901944ae370e1599d2cab599..d7fd2cb36fd5dd4ecd939689b562293fe1057183 100644
|
| --- a/extensions/renderer/dispatcher.h
|
| +++ b/extensions/renderer/dispatcher.h
|
| @@ -226,7 +226,9 @@ class Dispatcher : public content::RenderThreadObserver,
|
|
|
| void UpdateBindingsForContext(ScriptContext* context);
|
|
|
| - void RegisterBinding(const std::string& api_name, ScriptContext* context);
|
| + void RegisterBinding(const std::string& api_name,
|
| + const std::string& api_bind_name,
|
| + ScriptContext* context);
|
|
|
| void RegisterNativeHandlers(ModuleSystem* module_system,
|
| ScriptContext* context,
|
|
|