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

Unified Diff: device/bluetooth/bluetooth_socket_mac.mm

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.mm
diff --git a/device/bluetooth/bluetooth_socket_mac.mm b/device/bluetooth/bluetooth_socket_mac.mm
index c33243040bcb4e2c2671ff6c0e3114517b83f4f7..be3c8e4627cdcffe159c45f1c135f2caae61a270 100644
--- a/device/bluetooth/bluetooth_socket_mac.mm
+++ b/device/bluetooth/bluetooth_socket_mac.mm
@@ -234,7 +234,7 @@ void BluetoothSocketMac::Close() {
ReleaseChannel();
}
-void BluetoothSocketMac::Disconnect(const base::Closure& callback) {
+void BluetoothSocketMac::Disconnect(const base::Closure& success_callback) {
DCHECK(thread_checker_.CalledOnValidThread());
ReleaseChannel();

Powered by Google App Engine
This is Rietveld 408576698