| Index: chrome/common/extensions/api/extension_api.json
|
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
|
| index de4d6d54e9be933bc241121175e631d54043f4a0..f69565d1ffcca328137ff500f4ddcd061375b1b3 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -3406,6 +3406,19 @@
|
| "description": "Name of the MenuItem which was activated"
|
| }
|
| ]
|
| + },
|
| + {
|
| + "name": "onTextInputTypeChanged",
|
| + "type": "function",
|
| + "description": "This event is sent to the virtual keyboard when the text input type is changed.",
|
| + "parameters": [
|
| + {
|
| + "type": "string",
|
| + "name": "type",
|
| + "enum": ["none", "text", "password", "search", "email", "number", "tel", "url"],
|
| + "description": "Type of the current focused input field."
|
| + }
|
| + ]
|
| }
|
| ]
|
| },
|
|
|