Chromium Code Reviews| 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 e3349463c006d351bef70e3e3c6d9412cec0ccae..6cd43a8b0071fece6d37f2c85dd7d2359605acb4 100644 |
| --- a/chrome/common/extensions/api/input_ime.json |
| +++ b/chrome/common/extensions/api/input_ime.json |
| @@ -29,7 +29,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, Password, etc)", "enum": ["text", "number", "password"]} |
| + "type": {"type": "string", "description": "Type of value this text field edits, (Text, Number, Password, etc)", "enum": ["text", "search", "tel", "url", "email", "password", "number"]} |
|
Seigo Nonaka
2013/10/30 04:00:00
Please drop "password" from this, input method fra
yoichio
2013/10/30 05:32:22
Done.
|
| } |
| }, |
| { |