Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(430)

Unified Diff: content/common/notification_type.h

Issue 7058046: Adjust virtual keyboard size base on input method candidates. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebase on trunk Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 -----------------------------------------------
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698