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

Unified Diff: chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/manifest.json

Issue 1138503005: Fix examples for File System Provider API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing callbacks. Created 5 years, 7 months 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
Index: chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/manifest.json b/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/manifest.json
index 0fd15bcadb90ecd5920cff865fea714cdb5b81f6..61c6a4d57dbed98fe76cebef82885aadcddb107c 100644
--- a/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/manifest.json
@@ -15,6 +15,10 @@
"title": "Open fake archive"
}
},
+ "file_system_provider_capabilities": {
+ "multiple_mounts": true,
+ "source": "file"
+ },
"app": {
"background": {
"scripts": [

Powered by Google App Engine
This is Rietveld 408576698