Index: content/common/notification_type.h |
diff --git a/content/common/notification_type.h b/content/common/notification_type.h |
index 3eb00b467678fafe91f87421b0bf2f8fc7445166..2230ce7077eb0072565486fa1e043999b6ce5b9f 100644 |
--- a/content/common/notification_type.h |
+++ b/content/common/notification_type.h |
@@ -1309,6 +1309,10 @@ class NotificationType { |
#if defined(TOUCH_UI) |
// Sent when an API for hiding the keyboard is invoked from JavaScript code. |
HIDE_KEYBOARD_INVOKED, |
+ |
+ // Sent when an API for set height of the keyboard is invoked from |
+ // JavaScript code. |
+ SET_KEYBOARD_HEIGHT_INVOKED, |
#endif |
// Protocol Handler Registry ----------------------------------------------- |