| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index aeafa8ef76c7f4f08d422e04346ac3c4e4a259f1..a77bf034d2c2d5de5b83333301ed62fb05aa57ac 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -868,7 +868,7 @@ enum NotificationType {
|
| // Sent when a new web store promo has been loaded.
|
| NOTIFICATION_WEB_STORE_PROMO_LOADED,
|
|
|
| -#if defined(TOUCH_UI)
|
| +#if defined(USE_VIRTUAL_KEYBOARD)
|
| // Sent when the keyboard visibility has changed. Used for testing purposes
|
| // only. Source is the keyboard manager, and Details is a boolean indicating
|
| // whether the keyboard is visibile or not.
|
|
|