| Index: chrome/common/extensions/api/virtual_keyboard_private.json
|
| diff --git a/chrome/common/extensions/api/virtual_keyboard_private.json b/chrome/common/extensions/api/virtual_keyboard_private.json
|
| index 1f6c3a152e9e739a3c774d0a7700e902d342e0f2..890543e119f5d0e48b427272c3bfb31e1490e471 100644
|
| --- a/chrome/common/extensions/api/virtual_keyboard_private.json
|
| +++ b/chrome/common/extensions/api/virtual_keyboard_private.json
|
| @@ -139,6 +139,10 @@
|
| "a11ymode": {
|
| "type": "boolean",
|
| "description": "True if accessbility virtual keyboard is enabled."
|
| + },
|
| + "experimental": {
|
| + "type": "boolean",
|
| + "description": "True if experimental features are enabled."
|
| }
|
| }
|
| }
|
|
|