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