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

Unified Diff: third_party/google_input_tools/src/chrome/os/inputview/config/util.js

Issue 701603002: Update to google-input-tools version 1.0.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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: third_party/google_input_tools/src/chrome/os/inputview/config/util.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/config/util.js b/third_party/google_input_tools/src/chrome/os/inputview/config/util.js
index 098e4aa3c1fd35f0b2bf339c8789b9046ad1ab4c..6b6cc1e8f80bf8157094400fc1776af39f56b4de 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/config/util.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/config/util.js
@@ -519,7 +519,6 @@ i18n.input.chrome.inputview.content.util.createData = function(keyCharacters,
result[SpecNodeName.MAPPING] = mapping;
result[SpecNodeName.LAYOUT] = layout;
result[SpecNodeName.HAS_ALTGR_KEY] = hasAltGrKey;
- result[SpecNodeName.HAS_COMPACT_KEYBOARD] = !!opt_compactKeyboardId;
result[SpecNodeName.SHOW_MENU_KEY] = true;
return result;
};

Powered by Google App Engine
This is Rietveld 408576698