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

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

Issue 262053003: chrome.bluetoothLowEnergy: Implement getCharacteristic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/characteristic_properties/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bluetooth/get_device/manifest.json b/chrome/test/data/extensions/api_test/bluetooth_low_energy/characteristic_properties/manifest.json
similarity index 65%
copy from chrome/test/data/extensions/api_test/bluetooth/get_device/manifest.json
copy to chrome/test/data/extensions/api_test/bluetooth_low_energy/characteristic_properties/manifest.json
index e047a9c9b6bd8b6a53712a1a23db680e927f962d..650300b2cc17d3f4c9eee31de73d7d8277ae7839 100644
--- a/chrome/test/data/extensions/api_test/bluetooth/get_device/manifest.json
+++ b/chrome/test/data/extensions/api_test/bluetooth_low_energy/characteristic_properties/manifest.json
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
- "name": "Test the Bluetooth getDevice API",
+ "name": "Test the Bluetooth Low Energy API Characteristic properties",
"version": "1.0",
"app": {
"background": {

Powered by Google App Engine
This is Rietveld 408576698