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

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

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

Powered by Google App Engine
This is Rietveld 408576698