Chromium Code Reviews| Index: chrome/test/data/extensions/permissions/more-than-3-hosts.json |
| diff --git a/chrome/test/data/extensions/permissions/more-than-3-hosts.json b/chrome/test/data/extensions/permissions/more-than-3-hosts.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fb616285a348494f7384e333a446f654c95fb70f |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/permissions/more-than-3-hosts.json |
| @@ -0,0 +1,9 @@ |
| +{ |
| + "name": "Permission Warnings!!", |
| + "version": "2.0", |
| + "permissions": ["http://www.a.com/", |
| + "http://www.b.com/", |
| + "http://www.c.com/", |
| + "http://www.d.com/", |
| + "http://www.e.com/"] |
| +} |