Index: chrome/common/extensions/api/runtime.json |
diff --git a/chrome/common/extensions/api/runtime.json b/chrome/common/extensions/api/runtime.json |
index ad655e114396891b6f2bf5bd7a4161912e76bc15..55103c972f55119f5c63be3cc4d0cbe867b302e7 100644 |
--- a/chrome/common/extensions/api/runtime.json |
+++ b/chrome/common/extensions/api/runtime.json |
@@ -291,6 +291,25 @@ |
] |
} |
] |
+ }, |
+ { |
+ "name": "getPackageDirectoryEntry", |
+ "type": "function", |
+ "description": "Returns a DirectoryEntry for the package directory.", |
+ "parameters": [ |
+ { |
+ "type": "function", |
+ "name": "callback", |
+ "parameters": [ |
+ { |
+ "name": "directoryEntry", |
+ "type": "object", |
+ "additionalProperties": { "type": "any" }, |
+ "isInstanceOf": "DirectoryEntry" |
+ } |
+ ] |
+ } |
+ ] |
} |
], |
"events": [ |