Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: chrome/browser/extensions/extension_function_registry.cc

Issue 11299270: Add a parameter that specifies whether onKeyEvent is asynchronous (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fix Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>();
« no previous file with comments | « chrome/browser/extensions/api/input_ime/input_ime_api.cc ('k') | chrome/common/extensions/api/input_ime.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698