| Index: chrome/common/extensions/api/accessibility_private.json
|
| diff --git a/chrome/common/extensions/api/accessibility_private.json b/chrome/common/extensions/api/accessibility_private.json
|
| index 0b874da2429c64d47c67b0051bbd9793008ad313..f5b53a8ceefc59efa8a1360a98908c38b0934933 100644
|
| --- a/chrome/common/extensions/api/accessibility_private.json
|
| +++ b/chrome/common/extensions/api/accessibility_private.json
|
| @@ -82,6 +82,18 @@
|
| "description": "True if key events should be swallowed natively and not propagated if preventDefault() gets called by the extension's background page."
|
| }
|
| ]
|
| + },
|
| + {
|
| + "name": "darkenScreen",
|
| + "type": "function",
|
| + "description": "Darkens or undarkens the screen.",
|
| + "parameters": [
|
| + {
|
| + "type": "boolean",
|
| + "name": "enabled",
|
| + "description": "True to darken screen; false to undarken screen."
|
| + }
|
| + ]
|
| }
|
| ],
|
| "events": [
|
|
|