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..375abf6bafb75eab9486b48b9831a7c415718276 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", |
battre
2011/06/14 16:31:01
nit: end with "."?
Bernhard Bauer
2011/06/15 10:04:57
Done.
|
+ "optional": true, |
+ "items": { |
+ "$ref": "ResourceIdentifier" |
+ } |
+ } |
+ ] |
+ } |
+ ] |
} |
] |
} |