| Index: chrome/browser/extensions/extension_input_api.cc
|
| diff --git a/chrome/browser/extensions/extension_input_api.cc b/chrome/browser/extensions/extension_input_api.cc
|
| index 2ad764aa0b66a4fe1cbfd90d4df3bf8b8b7c20e7..698140a2f11deaee17db9e2a46768b8cf7d08031 100644
|
| --- a/chrome/browser/extensions/extension_input_api.cc
|
| +++ b/chrome/browser/extensions/extension_input_api.cc
|
| @@ -19,7 +19,7 @@
|
| #include "views/views_delegate.h"
|
| #include "views/widget/widget.h"
|
|
|
| -#if defined(TOUCH_UI)
|
| +#if defined(USE_VIRTUAL_KEYBOARD)
|
| #include "content/common/notification_service.h"
|
| #endif
|
|
|
| @@ -164,7 +164,7 @@ bool SendKeyboardEventInputFunction::RunImpl() {
|
| return true;
|
| }
|
|
|
| -#if defined(TOUCH_UI)
|
| +#if defined(USE_VIRTUAL_KEYBOARD)
|
| bool HideKeyboardFunction::RunImpl() {
|
| NotificationService::current()->Notify(
|
| chrome::NOTIFICATION_HIDE_KEYBOARD_INVOKED,
|
|
|