Index: chrome/common/extensions/api/webstore_private.json |
diff --git a/chrome/common/extensions/api/webstore_private.json b/chrome/common/extensions/api/webstore_private.json |
index 43ccdd454e66e3a689b1dd1150edfcae1e8bc48e..aa6642c139ef2cb6953b95496ac5cd59737b56df 100644 |
--- a/chrome/common/extensions/api/webstore_private.json |
+++ b/chrome/common/extensions/api/webstore_private.json |
@@ -66,6 +66,11 @@ |
"description": "The extension is already installed" |
}], |
"description": "Whether the API call succeeded, or the reason for failure." |
+ }, |
+ { |
+ "id": "WebGlStatus", |
+ "type": "string", |
+ "enum": ["webgl_allowed", "webgl_blocked"] |
} |
], |
"functions": [ |
@@ -366,8 +371,7 @@ |
"parameters": [ |
{ |
"name": "webgl_status", |
- "type": "string", |
- "enum": ["webgl_allowed", "webgl_blocked"] |
+ "$ref": "WebGlStatus" |
} |
] |
} |