| Index: chrome/common/extensions/api/extension_api.json
|
| ===================================================================
|
| --- chrome/common/extensions/api/extension_api.json (revision 112547)
|
| +++ chrome/common/extensions/api/extension_api.json (working copy)
|
| @@ -8086,6 +8086,24 @@
|
| ]
|
| }
|
| ]
|
| + },
|
| + {
|
| + "name": "getWebGLStatus",
|
| + "description": "Invokes a callback that returns whether WebGL is blacklisted or not.",
|
| + "parameters": [
|
| + {
|
| + "name": "callback",
|
| + "type": "function",
|
| + "optional": "false",
|
| + "parameters": [
|
| + {
|
| + "name": "webgl_status",
|
| + "type": "string",
|
| + "description": "Returns 'webgl_blocked' if WebGL is blacklisted; otherwise, returns 'webgl_allowed'."
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| }
|
| ]
|
| },
|
|
|