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

Unified Diff: chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/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
« no previous file with comments | « chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/manifest.json b/chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/manifest.json
index c480355f53a19e89e091fda59430294612a4155e..fcb281cddf7bc5dfaaa4e280cf3a4ab39cccc26a 100644
--- a/chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/manifest.json
@@ -7,6 +7,9 @@
"permissions": [
"fileSystemProvider"
],
+ "file_system_provider_capabilities": {
+ "source": "network"
+ },
"background": {
"scripts": [
"background.js"
« no previous file with comments | « chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698