Chromium Code Reviews| Index: chrome/test/data/extensions/manifest_tests/launch_container_invalid_size_constraints.json |
| diff --git a/chrome/test/data/extensions/manifest_tests/launch_container_invalid_size_constraints.json b/chrome/test/data/extensions/manifest_tests/launch_container_invalid_size_constraints.json |
| deleted file mode 100644 |
| index f310552923ce5546e269cdb1061fac9fab33e6a3..0000000000000000000000000000000000000000 |
| --- a/chrome/test/data/extensions/manifest_tests/launch_container_invalid_size_constraints.json |
| +++ /dev/null |
| @@ -1,15 +0,0 @@ |
| -{ |
| - "name": "test", |
| - "version": "1", |
| - "platform_app": true, |
| - "app": { |
| - "launch": { |
| - "container": "shell", |
| - "local_path": "hot.html", |
| - "width": 250, |
| - "height": 250, |
| - "min_width": 100, |
| - "max_width": 50 |
| - } |
| - } |
| -} |