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

Unified Diff: content/common/notification_type.h

Issue 7033033: Add hideKeyboard API to chrome.experimental.input. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 'Rename HideKeyboardInputFunction to HideKeyboardFunction' Created 9 years, 7 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 777f761efafae40fffc3dde7bede67d4ec32fbf8..5b735787c1ae9f7baea6c2e42a2e047117128002 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -1298,6 +1298,11 @@ class NotificationType {
// Sent when a new web store promo has been loaded.
WEB_STORE_PROMO_LOADED,
+#if defined(TOUCH_UI)
+ // Sent when an API for hiding the keyboard is invoked from JavaScript code.
+ HIDE_KEYBOARD_INVOKED,
+#endif
+
// Count (must be last) ----------------------------------------------------
// Used to determine the number of notification types. Not valid as
// a type parameter when registering for or posting notifications.
« 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