Index: chrome/common/extensions/api/extension_api.json |
=================================================================== |
--- chrome/common/extensions/api/extension_api.json (revision 112998) |
+++ 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", |
+ "enum": ["webgl_allowed", "webgl_blocked"] |
+ } |
+ ] |
+ } |
+ ] |
} |
] |
}, |