| Index: chrome/common/extensions/api/input_ime.json
|
| diff --git a/chrome/common/extensions/api/input_ime.json b/chrome/common/extensions/api/input_ime.json
|
| index e682d40b82f5dd438f403d95d71594815730d05c..93cf9661e9b5fdb5790f08f5b4f01e97b7ccb492 100644
|
| --- a/chrome/common/extensions/api/input_ime.json
|
| +++ b/chrome/common/extensions/api/input_ime.json
|
| @@ -30,7 +30,7 @@
|
| "description": "Describes an input Context",
|
| "properties": {
|
| "contextID": {"type": "integer", "description": "This is used to specify targets of text field operations. This ID becomes invalid as soon as onBlur is called."},
|
| - "type": {"type": "string", "description": "Type of value this text field edits, (Text, Number, URL, etc)", "enum": ["text", "search", "tel", "url", "email", "number"]}
|
| + "type": {"type": "string", "description": "Type of value this text field edits, (Text, Number, URL, etc)", "enum": ["text", "search", "tel", "url", "email", "number", "password"]}
|
| }
|
| },
|
| {
|
|
|