| Index: chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.json
|
| diff --git a/chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.json b/chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.json
|
| deleted file mode 100644
|
| index 3ec899f0a44427f884658e5f53f162f954f9cc1f..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/extensions/manifest_tests/disallow_hybrid_1.json
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -{
|
| - "name": "test",
|
| - "version": "1",
|
| - "app": {
|
| - "urls": [
|
| - "http://www.google.com/mail/",
|
| - "http://www.google.com/foobar/"
|
| - ],
|
| - "launch": {
|
| - "web_url": "http://www.google.com/mail/"
|
| - }
|
| - },
|
| - "permissions": [
|
| - "notifications"
|
| - ],
|
| - "browser_action": {}
|
| -}
|
|
|