Index: chrome/test/data/extensions/manifest_tests/launch_min_width_negative.json |
diff --git a/chrome/test/data/extensions/manifest_tests/launch_min_width_negative.json b/chrome/test/data/extensions/manifest_tests/launch_min_width_negative.json |
deleted file mode 100644 |
index b77cf963d02aa131766d9104f41d304fc7546e25..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/manifest_tests/launch_min_width_negative.json |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-{ |
- "name": "test", |
- "version": "1", |
- "app": { |
- "launch": { |
- "container": "shell", |
- "min_width": -1, |
- "local_path": "bar.html" |
- } |
- } |
-} |