Chromium Code Reviews| 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. |