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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/truncate/manifest.json

Issue 1133013002: Improve parsing manifest for FSP API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests. 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/test/data/extensions/api_test/file_system_provider/truncate/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/truncate/manifest.json b/chrome/test/data/extensions/api_test/file_system_provider/truncate/manifest.json
index 8f3ce4c2872572b2bc3d48be8c1e877d14c98994..7fa995c6cef0cf9fd8704d1f54a214de8686c8cc 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/truncate/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system_provider/truncate/manifest.json
@@ -13,6 +13,11 @@
},
"fileManagerPrivate"
],
+ "file_system_provider_capabilities": {
+ "configurable": true,
+ "multiple_mounts": true,
+ "source": "device"
+ },
"app": {
"background": {
"scripts": [

Powered by Google App Engine
This is Rietveld 408576698