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