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

Unified Diff: chrome/test/data/extensions/api_test/bluetooth/profiles/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/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"
- ]
- }
-}

Powered by Google App Engine
This is Rietveld 408576698