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