Chromium Code Reviews| Index: chrome/test/data/extensions/platform_apps/web_view_isolation/manifest.json |
| diff --git a/chrome/test/data/extensions/platform_apps/web_view_isolation/manifest.json b/chrome/test/data/extensions/platform_apps/web_view_isolation/manifest.json |
| deleted file mode 100644 |
| index 9a13ffc06aa61800eacf3c2a2caea0cde625d458..0000000000000000000000000000000000000000 |
| --- a/chrome/test/data/extensions/platform_apps/web_view_isolation/manifest.json |
| +++ /dev/null |
| @@ -1,12 +0,0 @@ |
| -{ |
| - "name": "Platform App Test: web view isolation", |
| - "version": "1", |
| - "permissions": [ |
| - "webview" |
| - ], |
| - "app": { |
| - "background": { |
| - "scripts": ["test.js"] |
| - } |
| - } |
| -} |