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