Commit 465d55d0 authored by bshe's avatar bshe Committed by Commit bot

Fix js error in VK on debug build

The js error is because we forgot to add hotrodmode field in API's json
file. This CL should fix it.

BUG=620936

Review-Url: https://codereview.chromium.org/2072333002
Cr-Commit-Position: refs/heads/master@{#400622}
parent ceec40ad
......@@ -160,6 +160,10 @@
"minLength": 1,
"description": "Virtual keyboard layout string."
},
"hotrodmode": {
"type": "boolean",
"description": "Virtual keyboard is in hotrod mode."
},
"a11ymode": {
"type": "boolean",
"description": "True if accessibility virtual keyboard is enabled."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment