Chromium Code Reviews| Index: chrome/browser/extensions/extension_input_api.h |
| diff --git a/chrome/browser/extensions/extension_input_api.h b/chrome/browser/extensions/extension_input_api.h |
| index 2bf7f8f524c45a3da59aae9a0ca8bc916f59df1a..418a0e3ddaaff5aa39b3ffe23038a133a1e83724 100644 |
| --- a/chrome/browser/extensions/extension_input_api.h |
| +++ b/chrome/browser/extensions/extension_input_api.h |
| @@ -33,6 +33,14 @@ class SendKeyboardEventInputFunction : public InputFunction { |
| views::Widget* GetTopLevelWidget(); |
| }; |
| +#if defined(TOUCH_UI) |
| +class HideKeyboardInputFunction : public AsyncExtensionFunction { |
|
bryeung
2011/05/20 17:42:03
Please remove Input from the name.
mazda
2011/05/20 19:03:59
Done.
|
| + public: |
| + virtual bool RunImpl(); |
| + DECLARE_EXTENSION_FUNCTION_NAME("experimental.input.hideKeyboard"); |
| +}; |
| +#endif |
| + |
| #if defined(OS_CHROMEOS) && defined(TOUCH_UI) |
| // Note that this experimental APIs are currently only available for |
| // TOUCH_UI version of Chrome OS. Please also note that the version of Chrome |