Chromium Code Reviews| Index: chrome/test/data/extensions/platform_apps/web_view/teardown/manifest.json |
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/teardown/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/teardown/manifest.json |
| deleted file mode 100644 |
| index 058c9d577b87b439888e5e0af9e07fc490f7f1d1..0000000000000000000000000000000000000000 |
| --- a/chrome/test/data/extensions/platform_apps/web_view/teardown/manifest.json |
| +++ /dev/null |
| @@ -1,12 +0,0 @@ |
| -{ |
| - "name": "<webview> teardown test.", |
| - "version": "1", |
| - "permissions": [ |
| - "webview" |
| - ], |
| - "app": { |
| - "background": { |
| - "scripts": ["test.js"] |
| - } |
| - } |
| -} |