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

Unified Diff: device/bluetooth/bluetooth_socket_mac.h

Issue 13983004: Simplified BluetoothDeviceMac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comments. Created 7 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 5689a42332bcf1c9831be2b0badb881a669bddbe..efe2cfabc53fb5efbd50ec72f86268273ea7da52 100644
--- a/device/bluetooth/bluetooth_socket_mac.h
+++ b/device/bluetooth/bluetooth_socket_mac.h
@@ -11,10 +11,8 @@
#include "device/bluetooth/bluetooth_socket.h"
#ifdef __OBJC__
-@class BluetoothRFCOMMChannelDelegate;
@class IOBluetoothRFCOMMChannel;
#else
-class BluetoothRFCOMMChannelDelegate;
class IOBluetoothRFCOMMChannel;
#endif
@@ -54,7 +52,6 @@ class BluetoothSocketMac : public BluetoothSocket {
void ResetIncomingDataBuffer();
IOBluetoothRFCOMMChannel* rfcomm_channel_;
- BluetoothRFCOMMChannelDelegate* delegate_;
scoped_refptr<net::GrowableIOBuffer> incoming_data_buffer_;
std::string error_message_;

Powered by Google App Engine
This is Rietveld 408576698