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

Unified Diff: chrome/test/data/extensions/api_test/bluetooth_private/disconnect/manifest.json

Issue 819713002: bluetoothPrivate: Add disconnectAll function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comment by jyasskin@ Created 5 years, 11 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
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/bluetooth_private/disconnect/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/bluetooth_private/disconnect/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bluetooth_private/pincode_pairing/manifest.json b/chrome/test/data/extensions/api_test/bluetooth_private/disconnect/manifest.json
similarity index 83%
copy from chrome/test/data/extensions/api_test/bluetooth_private/pincode_pairing/manifest.json
copy to chrome/test/data/extensions/api_test/bluetooth_private/disconnect/manifest.json
index a77d183f2b223daa20c2207cd5ff9f8d2f22c50f..d1ad8a7f4e5eb048afc8824aa4f0b4476df6024b 100644
--- a/chrome/test/data/extensions/api_test/bluetooth_private/pincode_pairing/manifest.json
+++ b/chrome/test/data/extensions/api_test/bluetooth_private/disconnect/manifest.json
@@ -1,7 +1,7 @@
{
// extension id: jofgjdphhceggjecimellaapdjjadibj
- "name": "Test Bluetooth Pairing Events",
- "description": "Tests chrome.bluetoothPrivate.onPairing event.",
+ "name": "Test Disconnecting a Bluetooth Device",
+ "description": "Tests the chrome.bluetoothPrivate.disconnectAll function.",
"version": "1.0",
"manifest_version": 2,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2nI64+TVbJNYUfte1hEwrWpjgiH3ucfKZ12NC6IT/Pm2pQdjR/3alrdW+rCkYbs0KmfUymb0GOE7fwZ0Gs+EqfxoKmwJaaZiv86GXEkPJctDvjqrJRUrKvM6aXZEkTQeaFLQVY9NDk3grSZzvC365l3c4zRN3A2i8KMWzB9HRQzKnN49zjgcTTu5DERYTzbJZBd0m9Ln1b3x3UVkVgoTUq7DexGMcOq1KYz0VHrFRo/LN1yJvECFmBb2pdl40g4UHq3UqrWDDInZZJ3sr01EePxYYwimMFsGnvH6sz8wHC09rXZ+w1YFYjsQ3P/3Bih1q/NdZ0aop3MEOCbHb4gipQIDAQAB",
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/bluetooth_private/disconnect/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698