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

Unified Diff: ui/keyboard/resources/api_adapter.js

Issue 26258003: Add a full QWERTY layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix edge case in WebUI Created 7 years, 2 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: ui/keyboard/resources/api_adapter.js
diff --git a/ui/keyboard/resources/api_adapter.js b/ui/keyboard/resources/api_adapter.js
index 2c26caa3c21603f04fcc764da8c7a7ef9be1ff1d..0cedf4b05ef94e5912f200bac8a9517e68bf1a5e 100644
--- a/ui/keyboard/resources/api_adapter.js
+++ b/ui/keyboard/resources/api_adapter.js
@@ -26,6 +26,6 @@ function hideKeyboard() {
chrome.virtualKeyboardPrivate.onTextInputBoxFocused.addListener(
function (inputContext) {
- keyboard.inputType = inputContext.type;
+ keyboard.inputTypeValue = inputContext.type;
}
);

Powered by Google App Engine
This is Rietveld 408576698