Index: chrome/test/data/extensions/platform_apps/web_view_src_attribute/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/web_view_src_attribute/manifest.json b/chrome/test/data/extensions/platform_apps/web_view_src_attribute/manifest.json |
deleted file mode 100644 |
index c11815c1d47c8639b78059fd39983bc55d9f05c1..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/platform_apps/web_view_src_attribute/manifest.json |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-{ |
- "name": "Platform App Test: <webview> src", |
- "version": "1", |
- "permissions": [ |
- "webview" |
- ], |
- "app": { |
- "background": { |
- "scripts": ["test.js"] |
- } |
- } |
-} |