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..0ff882bea2b1fe3003061d7008014911ea2a8c46 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, URL, etc)", "enum": ["text", "search", "tel", "url", "email", "number"]} |
not at google - send to devlin
2013/10/30 13:58:31
what happened to password?
not at google - send to devlin
2013/10/31 02:40:30
It's already in the API though, you can't remove i
yoichio
2013/10/31 03:05:41
Even if it is never used?
not at google - send to devlin
2013/10/31 14:59:58
It probably doesn't matter come to think about it,
|
} |
}, |
{ |