| Index: trunk/src/chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js
|
| ===================================================================
|
| --- trunk/src/chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js (revision 262179)
|
| +++ trunk/src/chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js (working copy)
|
| @@ -18,8 +18,8 @@
|
| function(socket) {
|
| deviceName = socket.device.name;
|
| deviceAddress = socket.device.address;
|
| - profileUuid = socket.uuid;
|
| - chrome.bluetooth.disconnect({'socketId': socket.id});
|
| + profileUuid = socket.profile.uuid;
|
| + chrome.bluetooth.disconnect({'socket': socket});
|
| });
|
|
|
| chrome.test.sendMessage('ready',
|
|
|