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