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

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

Issue 6905053: Add 2 Extension APIs for handwriting: experimental.input.sendHandritingStroke and cancelHandWriting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 months 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_dispatcher.cc
diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc
index 26b466b46957a4f394027ce0c80efac0e6b8d1b1..0b5cb3b329a47e223015d80c954400dc599036c7 100644
--- a/chrome/browser/extensions/extension_function_dispatcher.cc
+++ b/chrome/browser/extensions/extension_function_dispatcher.cc
@@ -277,6 +277,8 @@ void FactoryRegistry::ResetFunctions() {
#if defined(TOOLKIT_VIEWS)
// Input.
RegisterFunction<SendKeyboardEventInputFunction>();
+ RegisterFunction<SendHandwritingStrokesFunction>();
Mihai Parparita -not on Chrome 2011/04/27 23:34:51 Shouldn't this be in the "ChromeOS-specific part o
Yusuke Sato 2011/04/28 10:57:07 Done.
+ RegisterFunction<CancelHandwritingFunction>();
#endif
// Management.
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_input_api.h » ('j') | chrome/browser/extensions/extension_input_api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698