| Index: chrome/browser/extensions/extension_function_registry.cc
|
| diff --git a/chrome/browser/extensions/extension_function_registry.cc b/chrome/browser/extensions/extension_function_registry.cc
|
| index 40bd1e4278f2df49b0a370fbff166a2aa23dd127..e3acbcc213bfb723f0cdc8a2ca5ab6ed26aad021 100644
|
| --- a/chrome/browser/extensions/extension_function_registry.cc
|
| +++ b/chrome/browser/extensions/extension_function_registry.cc
|
| @@ -298,8 +298,7 @@ void ExtensionFunctionRegistry::ResetFunctions() {
|
| RegisterFunction<extensions::SetCursorPositionFunction>();
|
| RegisterFunction<extensions::SetMenuItemsFunction>();
|
| RegisterFunction<extensions::UpdateMenuItemsFunction>();
|
| -
|
| - RegisterFunction<extensions::InputEventHandled>();
|
| + RegisterFunction<extensions::KeyEventHandled>();
|
|
|
| // Power
|
| RegisterFunction<extensions::power::RequestKeepAwakeFunction>();
|
|
|