Index: chrome/common/extensions/api/bluetooth_socket.idl |
diff --git a/chrome/common/extensions/api/bluetooth_socket.idl b/chrome/common/extensions/api/bluetooth_socket.idl |
index 3b03879d9a9c6fdd918c6f9572a6e7a938fa58df..71472ad0471a37c50b37a5b8789d2624834f9ab0 100644 |
--- a/chrome/common/extensions/api/bluetooth_socket.idl |
+++ b/chrome/common/extensions/api/bluetooth_socket.idl |
@@ -46,9 +46,7 @@ namespace bluetoothSocket { |
// Callback from the <code>listenUsingRfcomm</code>, |
// <code>listenUsingInsecureRfcomm</code> and |
// <code>listenUsingL2cap</code> methods. |
- // |result| : The result code returned from the underlying network call. |
- // A negative value indicates an error. |
- callback ListenCallback = void (long result); |
+ callback ListenCallback = void (); |
// Callback from the <code>connect</code> method. |
callback ConnectCallback = void (); |