Index: chrome/test/data/extensions/api_test/bluetooth/get_devices_error/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/bluetooth/get_devices_error/manifest.json b/chrome/test/data/extensions/api_test/bluetooth/get_devices_error/manifest.json |
deleted file mode 100644 |
index 053cc6e9a5e18c3e6eef929e361777bf447b8717..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/bluetooth/get_devices_error/manifest.json |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-{ |
- "manifest_version": 2, |
- "name": "Test Errors From The Bluetooth getDevices API", |
- "version": "1.0", |
- "app": { |
- "background": { |
- "scripts": ["runtest.js"] |
- } |
- }, |
- "bluetooth": {} |
-} |