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

Unified Diff: chrome/common/extensions/api/bluetooth_socket.idl

Issue 278663002: Implement chrome.bluetoothSocket.listenUsing*() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix BluetoothAdapterMac include typo Created 6 years, 7 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
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 ();

Powered by Google App Engine
This is Rietveld 408576698