| Index: content/common/notification_type.h
|
| diff --git a/content/common/notification_type.h b/content/common/notification_type.h
|
| index d91f882cd1e7d405ec861f78a6c8488e293b119b..33f4dcd40cdcb4b61a6c36c8c2ebde5cd089a4cf 100644
|
| --- a/content/common/notification_type.h
|
| +++ b/content/common/notification_type.h
|
| @@ -1335,6 +1335,11 @@ class NotificationType {
|
| WEB_STORE_PROMO_LOADED,
|
|
|
| #if defined(TOUCH_UI)
|
| + // 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.
|
| + KEYBOARD_VISIBILITY_CHANGED,
|
| +
|
| // Sent when an API for hiding the keyboard is invoked from JavaScript code.
|
| HIDE_KEYBOARD_INVOKED,
|
|
|
|
|