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