Index: content/common/notification_type.h |
diff --git a/content/common/notification_type.h b/content/common/notification_type.h |
index 469bb4763a6faac8f2c638c3b25ca38d61b40b7c..384b5f717cbb52ceed89ccfa94f4586a3582f132 100644 |
--- a/content/common/notification_type.h |
+++ b/content/common/notification_type.h |
@@ -1308,6 +1308,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 ----------------------------------------------- |