| Index: chrome/common/extensions/api/extension_api.json
|
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
|
| index bcea87642e1a250dd9c4c73b12fe38cb5d53189e..5272b2ad930f070b3cfd1cb8642fd5528a70c19b 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -5702,6 +5702,7 @@
|
| },
|
| "description": {
|
| "type": "string",
|
| + "optional": true,
|
| "description": "A human readable description of the resource."
|
| }
|
| },
|
| @@ -5857,6 +5858,27 @@
|
| "parameters": []
|
| }
|
| ]
|
| + },
|
| + {
|
| + "name": "getResourceIdentifiers",
|
| + "type": "function",
|
| + "description": "",
|
| + "parameters": [
|
| + {
|
| + "name": "callback",
|
| + "type": "function",
|
| + "parameters": [
|
| + {
|
| + "type": "array",
|
| + "description": "A list of resource identifiers for this content type, or <var>undefined</var> if this content type does not use resource identifiers.",
|
| + "optional": true,
|
| + "items": {
|
| + "$ref": "ResourceIdentifier"
|
| + }
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| }
|
| ]
|
| }
|
|
|