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

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

Issue 177113013: Bluetooth: add Device events, and cleanup JS API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arman-patch
Patch Set: I suck at rebase Created 6 years, 9 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/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": {}
-}

Powered by Google App Engine
This is Rietveld 408576698