| 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 6fac2ce95a92d0aede7a7d406364c3b208fa9c6a..1ea4796019795d0bfaa44c2b87da950ab4c3019e 100644
|
| --- a/chrome/browser/extensions/extension_input_api.h
|
| +++ b/chrome/browser/extensions/extension_input_api.h
|
| @@ -37,10 +37,10 @@ class SetKeyboardHeightFunction : public AsyncExtensionFunction {
|
| };
|
| #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
|
| -// OS is always built with TOOLKIT_VIEWS.
|
| +#if defined(OS_CHROMEOS) && defined(USE_VIRTUAL_KEYBOARD)
|
| +// Note that these experimental APIs are currently only available for
|
| +// versions of Chrome OS built with USE_VIRTUAL_KEYBOARD. Please also note that
|
| +// the version of Chrome OS is always built with TOOLKIT_VIEWS.
|
| //
|
| // We may eventually support other platforms, especially non TOUCH_UI version
|
| // of Chrome OS.
|
|
|