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

Side by Side Diff: chrome/test/data/extensions/api_test/bluetooth_private/connect/manifest.json

Issue 1419023004: Add bluetoothPrivate.connect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_543294_bluetooth_options_2b_props
Patch Set: Rebase Created 5 years, 1 month 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/connect/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", 3 "name": "Test Connecting to a Bluetooth Device",
4 "description": "Tests chrome.bluetoothPrivate.onPairing event.", 4 "description": "Tests the chrome.bluetoothPrivate.connect 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/connect/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698