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

Unified Diff: content/common/notification_type.h

Issue 7212029: Add a browser-test for the keyboard widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 5 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
Index: content/common/notification_type.h
diff --git a/content/common/notification_type.h b/content/common/notification_type.h
index d91f882cd1e7d405ec861f78a6c8488e293b119b..33f4dcd40cdcb4b61a6c36c8c2ebde5cd089a4cf 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -1335,6 +1335,11 @@ class NotificationType {
WEB_STORE_PROMO_LOADED,
#if defined(TOUCH_UI)
+ // 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.
+ KEYBOARD_VISIBILITY_CHANGED,
+
// Sent when an API for hiding the keyboard is invoked from JavaScript code.
HIDE_KEYBOARD_INVOKED,

Powered by Google App Engine
This is Rietveld 408576698