Index: chrome/test/data/extensions/api_test/system/display/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/system/display/manifest.json b/chrome/test/data/extensions/api_test/system/display/manifest.json |
deleted file mode 100644 |
index 11792b6d6f5fda41a57333f963f4c8baddda5648..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/system/display/manifest.json |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-{ |
- "name": "displayinfo", |
- "version": "1.0", |
- "description": "Test system.display API", |
- "permissions": ["system.display"], |
- "app": { |
- "background": { |
- "scripts": ["test_display_api.js"] |
- } |
- } |
-} |