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