Index: chrome/test/data/extensions/manifest_tests/file_handlers_invalid_no_type_or_extension.json |
diff --git a/chrome/test/data/extensions/manifest_tests/file_handlers_invalid_no_type_or_extension.json b/chrome/test/data/extensions/manifest_tests/file_handlers_invalid_no_type_or_extension.json |
deleted file mode 100644 |
index 777c966db0a97aa9b5efbebeeb378cb65c39ea72..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/manifest_tests/file_handlers_invalid_no_type_or_extension.json |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-{ |
- "name": "test", |
- "description": "App with file_handlers manifest.", |
- "version": "1", |
- "app": { |
- "background": { |
- "scripts": ["background.js"] |
- } |
- }, |
- "file_handlers": { |
- "text": { |
- "title": "Text editor" |
- } |
- } |
-} |