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