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

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

Issue 1972353002: Implement the notifyCharacteristicValueChanged API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notifications_bluez
Patch Set: Created 4 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_low_energy/notify_characteristic_value_changed/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bluetooth_low_energy/create_characteristic/manifest.json b/chrome/test/data/extensions/api_test/bluetooth_low_energy/notify_characteristic_value_changed/manifest.json
similarity index 88%
copy from chrome/test/data/extensions/api_test/bluetooth_low_energy/create_characteristic/manifest.json
copy to chrome/test/data/extensions/api_test/bluetooth_low_energy/notify_characteristic_value_changed/manifest.json
index 6a8d041de3ee5bd419c428f9b6581058a6840de9..d7f4b966c483cc8e58f6acd704c6c325c0b55916 100644
--- a/chrome/test/data/extensions/api_test/bluetooth_low_energy/create_characteristic/manifest.json
+++ b/chrome/test/data/extensions/api_test/bluetooth_low_energy/notify_characteristic_value_changed/manifest.json
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
- "name": "Test the Bluetooth Low Energy createCharacteristic API",
+ "name": "Test the Bluetooth Low Energy notifyCharacteristicValueChanged API",
"version": "1.0",
"app": {
"background": {

Powered by Google App Engine
This is Rietveld 408576698