Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: extensions/common/api/runtime.json

Issue 2297043002: Web expose FileSystemFileEntry, FileSystemDirectoryEntry and friends (Closed)
Patch Set: Rebased Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/api/app_runtime.idl ('k') | ppapi/tests/test_post_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/runtime.json
diff --git a/extensions/common/api/runtime.json b/extensions/common/api/runtime.json
index 893ffc0fd9a90f9685505c053aaa67be34eafdcb..7f32f81edc7edb4f24c5433781afd2c796ff115f 100644
--- a/extensions/common/api/runtime.json
+++ b/extensions/common/api/runtime.json
@@ -409,7 +409,7 @@
{
"name": "getPackageDirectoryEntry",
"type": "function",
- "description": "Returns a DirectoryEntry for the package directory.",
+ "description": "Returns a FileSystemDirectoryEntry for the package directory.",
"parameters": [
{
"type": "function",
@@ -419,7 +419,7 @@
"name": "directoryEntry",
"type": "object",
"additionalProperties": { "type": "any" },
- "isInstanceOf": "DirectoryEntry"
+ "isInstanceOf": "FileSystemDirectoryEntry"
}
]
}
« no previous file with comments | « extensions/common/api/app_runtime.idl ('k') | ppapi/tests/test_post_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698