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

Unified Diff: chrome/test/data/extensions/api_test/bluetooth_low_energy/get_services/manifest.json

Issue 256413003: chrome.bluetoothLowEnergy: Implement getService and getServices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 8 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_low_energy/get_services/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bluetooth/get_devices/manifest.json b/chrome/test/data/extensions/api_test/bluetooth_low_energy/get_services/manifest.json
similarity index 70%
copy from chrome/test/data/extensions/api_test/bluetooth/get_devices/manifest.json
copy to chrome/test/data/extensions/api_test/bluetooth_low_energy/get_services/manifest.json
index 73b6cd3bc7b484d7fa8e9c8a67b132d228c43f3a..2bbf7aaec0ae4c51ee730fb6865d930d336a2911 100644
--- a/chrome/test/data/extensions/api_test/bluetooth/get_devices/manifest.json
+++ b/chrome/test/data/extensions/api_test/bluetooth_low_energy/get_services/manifest.json
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
- "name": "Test the Bluetooth getDevices API",
+ "name": "Test the Bluetooth Low Energy getServices API",
"version": "1.0",
"app": {
"background": {

Powered by Google App Engine
This is Rietveld 408576698