Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: chrome/test/data/extensions/api_test/bluetooth/on_connection/manifest.json

Issue 284183012: Bluetooth: remove Profile API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/bluetooth/on_connection/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bluetooth/on_connection/manifest.json b/chrome/test/data/extensions/api_test/bluetooth/on_connection/manifest.json
deleted file mode 100644
index e02c787a5cc87fe1a031c2f145258199242faad0..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/bluetooth/on_connection/manifest.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "manifest_version": 2,
- "name": "Test Bluetooth OnConnection Event",
- "version": "1.0",
- "description": "Tests Bluetooth OnConnection Event",
- "app": {
- "background": {
- "scripts": ["runtest.js"]
- }
- },
- "bluetooth": { "uuids": ["1234"] }
-}
« no previous file with comments | « chrome/common/extensions/api/bluetooth.idl ('k') | chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698