Chromium Code Reviews| Index: ui/keyboard/resources/elements/kb-keyboard.html |
| diff --git a/ui/keyboard/resources/elements/kb-keyboard.html b/ui/keyboard/resources/elements/kb-keyboard.html |
| index c29dac618db3e622129b6ab22bb85da48bbcb6c2..21ebb35e0e9abbe4a10d8b38640d6edfcd8689cf 100644 |
| --- a/ui/keyboard/resources/elements/kb-keyboard.html |
| +++ b/ui/keyboard/resources/elements/kb-keyboard.html |
| @@ -212,7 +212,8 @@ |
| */ |
| inputTypeToLayoutMap: { |
| number: "numeric", |
| - text: "qwerty" |
| + text: "qwerty", |
| + password: "system-qwerty" |
|
bshe
2013/10/09 16:07:50
not sure if you did that. But could you also check
rsadam
2013/10/09 19:04:46
As we discussed offline, disabled this for webui.
|
| }, |
| /** |