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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 8051010: Separate Virtual Keyboard related conditionals from TouchUI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased on ToT, modified resources/options/language_options.html Created 9 years, 3 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: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index f03e1cf6e0c1d8253c28b471288d1456ef4e0b51..69145da981808b9dcf666e7bb520c588cfca1cfe 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -863,7 +863,7 @@ enum NotificationType {
// Sent when a new web store promo has been loaded.
NOTIFICATION_WEB_STORE_PROMO_LOADED,
-#if defined(TOUCH_UI)
+#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.

Powered by Google App Engine
This is Rietveld 408576698