Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index 4be8d5faf8ae6466992ca82e39c6242f6abcee0a..b515cfaba0ae7a6cd298124bce96570db0bdca41 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -847,6 +847,11 @@ enum { |
NOTIFICATION_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. |
+ NOTIFICATION_KEYBOARD_VISIBILITY_CHANGED, |
+ |
// Sent when an API for hiding the keyboard is invoked from JavaScript code. |
NOTIFICATION_HIDE_KEYBOARD_INVOKED, |