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 09b726cdc4de7354a806c59735c6233a4f55f526..03aafd42b6a20dc66187b1a0ba4c54ee89dcffea 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": [ |
@@ -302,8 +307,7 @@ |
"parameters": [ |
{ |
"name": "webgl_status", |
- "type": "string", |
- "enum": ["webgl_allowed", "webgl_blocked"] |
+ "$ref": "WebGlStatus" |
} |
] |
} |