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

Unified Diff: device/bluetooth/bluetooth_socket_mac.h

Issue 267633003: Reimplement BluetoothSocketChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: device/bluetooth/bluetooth_socket_mac.h
diff --git a/device/bluetooth/bluetooth_socket_mac.h b/device/bluetooth/bluetooth_socket_mac.h
index 6c46bb0b34b57c7cc4fe13b79bdab1aa67029554..80ebb0130d2df813befb12062c3dfaabf2ab22bb 100644
--- a/device/bluetooth/bluetooth_socket_mac.h
+++ b/device/bluetooth/bluetooth_socket_mac.h
@@ -52,7 +52,7 @@ class BluetoothSocketMac : public BluetoothSocket {
// BluetoothSocket:
virtual void Close() OVERRIDE;
- virtual void Disconnect(const base::Closure& callback) OVERRIDE;
+ virtual void Disconnect(const base::Closure& success_callback) OVERRIDE;
virtual void Receive(
int /* buffer_size */,
const ReceiveCompletionCallback& success_callback,

Powered by Google App Engine
This is Rietveld 408576698