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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10399046: Remove virtual keyboard support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase Created 8 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/chrome_tests.gypi ('k') | chrome/common/extensions/api/experimental_input_ui.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index edb7d9e070a4e0f334933054ef8ec928cf30a73f..f0b7a4cdfca0e5db27defff0fbaa4c3be6f5588d 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -1017,25 +1017,6 @@ enum NotificationType {
// Sent when a new web store promo has been loaded.
NOTIFICATION_WEB_STORE_PROMO_LOADED,
-#if defined(USE_VIRTUAL_KEYBOARD)
- // 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,
-
- // Sent when an API for set height of the keyboard is invoked from
- // JavaScript code.
- NOTIFICATION_SET_KEYBOARD_HEIGHT_INVOKED,
-
- // Sent after the keyboard has been animated up or down. Source is the
- // keyboard Widget, and Details is bounds of the keyboard in screen
- // coordinates.
- NOTIFICATION_KEYBOARD_VISIBLE_BOUNDS_CHANGED,
-#endif
-
// Protocol Handler Registry -----------------------------------------------
// Sent when a ProtocolHandlerRegistry is changed. The source is the profile.
NOTIFICATION_PROTOCOL_HANDLER_REGISTRY_CHANGED,
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/experimental_input_ui.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698