| Index: chrome/test/data/extensions/manifest_tests/disallow_hybrid_2.json | 
| diff --git a/chrome/test/data/extensions/manifest_tests/disallow_hybrid_2.json b/chrome/test/data/extensions/manifest_tests/disallow_hybrid_2.json | 
| deleted file mode 100644 | 
| index 06be2c3689ae0ea52e8ed2453fb3899915d86dd5..0000000000000000000000000000000000000000 | 
| --- a/chrome/test/data/extensions/manifest_tests/disallow_hybrid_2.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" | 
| -  ], | 
| -  "background_page": "foo.html" | 
| -} | 
|  |