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

Unified Diff: chrome/common/extensions/docs/templates/json/manifest.json

Issue 1127273004: Update documentation for "file_system_provider" manifest section. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed + merged with 1084283004 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/templates/json/manifest.json
diff --git a/chrome/common/extensions/docs/templates/json/manifest.json b/chrome/common/extensions/docs/templates/json/manifest.json
index 1b66bafd95c32a85233c44895d06067c5d8eddc2..ef20732c2abf7f34d781bbd192c1bdedb60eed66 100644
--- a/chrome/common/extensions/docs/templates/json/manifest.json
+++ b/chrome/common/extensions/docs/templates/json/manifest.json
@@ -88,6 +88,14 @@
"documentation": "manifest/file_handlers",
"example": {}
},
+ "file_system_provider": {
+ "documentation": "manifest/file_system_provider",
+ "example": {
+ "configurable": true,
+ "multiple_mounts": true,
+ "source": "network"
+ }
+ },
"homepage_url": {
"documentation": "manifest/homepage_url",
"example": "http://path/to/homepage"

Powered by Google App Engine
This is Rietveld 408576698