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

Unified Diff: chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc

Issue 18344016: Add projection touch HUD to keyboard overlay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « chrome/browser/resources/chromeos/keyboard_overlay_data.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
diff --git a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
index a768034e52e2a4522d1747b973f630d07efed14f..385437722604820f9acb89acf1772af1adb943a7 100644
--- a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
@@ -222,6 +222,8 @@ struct I18nContentToMessage {
IDS_KEYBOARD_OVERLAY_TOGGLE_SPEECH_INPUT },
{ "keyboardOverlayToggleSpokenFeedback",
IDS_KEYBOARD_OVERLAY_TOGGLE_SPOKEN_FEEDBACK },
+ { "keyboardOverlayToggleTouchHudProjection",
+ IDS_KEYBOARD_OVERLAY_TOGGLE_TOUCH_HUD_PROJECTION },
{ "keyboardOverlayUndo", IDS_KEYBOARD_OVERLAY_UNDO },
{ "keyboardOverlayViewKeyboardOverlay",
IDS_KEYBOARD_OVERLAY_VIEW_KEYBOARD_OVERLAY },
« no previous file with comments | « chrome/browser/resources/chromeos/keyboard_overlay_data.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698