Index: chrome/test/data/extensions/api_test/bluetooth/profiles/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/bluetooth/profiles/manifest.json b/chrome/test/data/extensions/api_test/bluetooth/profiles/manifest.json |
deleted file mode 100644 |
index 9d56ec3dcce5af2622ffba0608f1ccb8bca49f1e..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/bluetooth/profiles/manifest.json |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-{ |
- "manifest_version": 2, |
- "name": "Test Bluetooth AddProfile Function", |
- "version": "1.0", |
- "description": "Tests Bluetooth AddProfile Function", |
- "app": { |
- "background": { |
- "scripts": ["runtest.js"] |
- } |
- }, |
- "bluetooth": { |
- "uuids": [ |
- "1234", |
- "5678" |
- ] |
- } |
-} |