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

Unified Diff: chrome/common/chrome_notification_types.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, 4 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/test/data/keyboard/blank.html » ('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 4be8d5faf8ae6466992ca82e39c6242f6abcee0a..b515cfaba0ae7a6cd298124bce96570db0bdca41 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -847,6 +847,11 @@ enum {
NOTIFICATION_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.
+ NOTIFICATION_KEYBOARD_VISIBILITY_CHANGED,
+
// Sent when an API for hiding the keyboard is invoked from JavaScript code.
NOTIFICATION_HIDE_KEYBOARD_INVOKED,
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/keyboard/blank.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698