Chromium Code Reviews| Index: chrome/test/data/extensions/effective_host_permissions/all_hosts2.json |
| diff --git a/chrome/test/data/extensions/effective_host_permissions/all_hosts2.json b/chrome/test/data/extensions/effective_host_permissions/all_hosts2.json |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..662daf3509bc65e4bf9691c36bd73a9003ec20aa |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/effective_host_permissions/all_hosts2.json |
| @@ -0,0 +1,8 @@ |
| +{ |
| + "name": "effective host permisions test", |
| + "version": "1.0", |
| + "permissions": [ |
| + "http://*/", |
| + "http://www.google.com/" |
| + ] |
| +} |