Chromium Code Reviews| Index: chrome/test/data/extensions/manifest_tests/launch_container_invalid_type_for_platform.json |
| diff --git a/chrome/test/data/extensions/manifest_tests/launch_container_invalid_type_for_platform.json b/chrome/test/data/extensions/manifest_tests/launch_container_invalid_type_for_platform.json |
| deleted file mode 100644 |
| index 3ca337fc603f3c24e911907abeb19893eb4c5977..0000000000000000000000000000000000000000 |
| --- a/chrome/test/data/extensions/manifest_tests/launch_container_invalid_type_for_platform.json |
| +++ /dev/null |
| @@ -1,11 +0,0 @@ |
| -{ |
| - "name": "interesting app", |
| - "version": "1", |
| - "platform_app": true, |
| - "app": { |
| - "launch": { |
| - "container": "tab", |
| - "local_path": "main.html" |
| - } |
| - } |
| -} |