Index: chrome/test/data/extensions/api_test/file_system_provider/big_file/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/big_file/manifest.json b/chrome/test/data/extensions/api_test/file_system_provider/big_file/manifest.json |
index 0368eb6be5d01090a1b4c258ce10b79b02a42317..08ef632a126347f35cd496109be4e7ff9a9585f0 100644 |
--- a/chrome/test/data/extensions/api_test/file_system_provider/big_file/manifest.json |
+++ b/chrome/test/data/extensions/api_test/file_system_provider/big_file/manifest.json |
@@ -13,6 +13,11 @@ |
}, |
"fileManagerPrivate" |
], |
+ "file_system_provider_capabilities": { |
+ "configurable": true, |
+ "multiple_mounts": true, |
+ "source": "device" |
+ }, |
"app": { |
"background": { |
"scripts": [ |