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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 // extension id: jofgjdphhceggjecimellaapdjjadibj 2 // extension id: jofgjdphhceggjecimellaapdjjadibj
3 "name": "Test Bluetooth Pairing Events", 3 "name": "Test Disconnecting a Bluetooth Device",
4 "description": "Tests chrome.bluetoothPrivate.onPairing event.", 4 "description": "Tests the chrome.bluetoothPrivate.disconnectAll function.",
5 "version": "1.0", 5 "version": "1.0",
6 "manifest_version": 2, 6 "manifest_version": 2,
7 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2nI64+TVbJNYUfte1hEwrWpjgi H3ucfKZ12NC6IT/Pm2pQdjR/3alrdW+rCkYbs0KmfUymb0GOE7fwZ0Gs+EqfxoKmwJaaZiv86GXEkPJc tDvjqrJRUrKvM6aXZEkTQeaFLQVY9NDk3grSZzvC365l3c4zRN3A2i8KMWzB9HRQzKnN49zjgcTTu5DE RYTzbJZBd0m9Ln1b3x3UVkVgoTUq7DexGMcOq1KYz0VHrFRo/LN1yJvECFmBb2pdl40g4UHq3UqrWDDI nZZJ3sr01EePxYYwimMFsGnvH6sz8wHC09rXZ+w1YFYjsQ3P/3Bih1q/NdZ0aop3MEOCbHb4gipQIDAQ AB", 7 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2nI64+TVbJNYUfte1hEwrWpjgi H3ucfKZ12NC6IT/Pm2pQdjR/3alrdW+rCkYbs0KmfUymb0GOE7fwZ0Gs+EqfxoKmwJaaZiv86GXEkPJc tDvjqrJRUrKvM6aXZEkTQeaFLQVY9NDk3grSZzvC365l3c4zRN3A2i8KMWzB9HRQzKnN49zjgcTTu5DE RYTzbJZBd0m9Ln1b3x3UVkVgoTUq7DexGMcOq1KYz0VHrFRo/LN1yJvECFmBb2pdl40g4UHq3UqrWDDI nZZJ3sr01EePxYYwimMFsGnvH6sz8wHC09rXZ+w1YFYjsQ3P/3Bih1q/NdZ0aop3MEOCbHb4gipQIDAQ AB",
8 "app": { 8 "app": {
9 "background": { 9 "background": {
10 "persistent": false, 10 "persistent": false,
11 "scripts": ["test.js"] 11 "scripts": ["test.js"]
12 } 12 }
13 }, 13 },
14 "bluetooth": {}, 14 "bluetooth": {},
15 "permissions": [ "bluetoothPrivate" ] 15 "permissions": [ "bluetoothPrivate" ]
16 } 16 }
OLDNEW
« 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