| Index: third_party/google_input_tools/src/chrome/os/inputview/config/hwt_data.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/config/hwt_data.js b/third_party/google_input_tools/src/chrome/os/inputview/config/hwt_data.js
|
| index 41cad3722ecacf844b40764a0d45d65ffe2647f5..98de8f6c58559b8293643e7c48fb0bf423e17c45 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/config/hwt_data.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/config/hwt_data.js
|
| @@ -63,7 +63,6 @@ goog.require('i18n.input.chrome.inputview.elements.ElementType');
|
| result[SpecNodeName.MAPPING] = mapping;
|
| result[SpecNodeName.LAYOUT] = 'handwriting';
|
| result[SpecNodeName.HAS_ALTGR_KEY] = false;
|
| - result[SpecNodeName.HAS_COMPACT_KEYBOARD] = false;
|
| result['id'] = 'hwt';
|
| google.ime.chrome.inputview.onConfigLoaded(result);
|
| }) ();
|
|
|