Chromium Code Reviews| Index: components/filesystem/manifest.json |
| diff --git a/components/filesystem/manifest.json b/components/filesystem/manifest.json |
| index 61a2fb4b108d564c1ac5c069cb349784daa943a8..499ba941d334c695ef190f9c867a8562f1317302 100644 |
| --- a/components/filesystem/manifest.json |
| +++ b/components/filesystem/manifest.json |
| @@ -1,5 +1,5 @@ |
| { |
| "url": "mojo://filesystem/", |
| "name": "File System Service", |
| - "capabilities": { } |
| + "capabilities": { "*": [ "*" ] } |
| } |