| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index f03e1cf6e0c1d8253c28b471288d1456ef4e0b51..69145da981808b9dcf666e7bb520c588cfca1cfe 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -863,7 +863,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.
|
|
|