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

Unified Diff: device/bluetooth/bluetooth_socket.h

Issue 267633003: Reimplement BluetoothSocketChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments #1 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.h
diff --git a/device/bluetooth/bluetooth_socket.h b/device/bluetooth/bluetooth_socket.h
index a23efa31287fc36ef1d3e6d1999cdfbaba5c6ac9..7a41a2f25075922d142202c89d6ec7a52b27cc94 100644
--- a/device/bluetooth/bluetooth_socket.h
+++ b/device/bluetooth/bluetooth_socket.h
@@ -43,7 +43,7 @@ class BluetoothSocket : public base::RefCountedThreadSafe<BluetoothSocket> {
// Gracefully disconnects the socket and calls |callback| upon completion.
// There is no failure case, as this is a best effort operation.
- virtual void Disconnect(const base::Closure& callback) = 0;
+ virtual void Disconnect(const base::Closure& success_callback) = 0;
// Receives data from the socket and calls |success_callback| when data is
// available. |buffer_size| specifies the maximum number of bytes that can be

Powered by Google App Engine
This is Rietveld 408576698