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

Unified Diff: device/bluetooth/bluetooth_socket_mac.h

Issue 2393723002: [Mac] Stop using deprecated IOBluetoothSDPServiceRecordRef APIs. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_socket_mac.mm » ('j') | device/bluetooth/bluetooth_socket_mac.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_socket_mac.h
diff --git a/device/bluetooth/bluetooth_socket_mac.h b/device/bluetooth/bluetooth_socket_mac.h
index a1f4367478c01c2f08e6ebfa0736afa57559aaad..43c0e3abadc4173eafb8f5cdff9e7b50e15349aa 100644
--- a/device/bluetooth/bluetooth_socket_mac.h
+++ b/device/bluetooth/bluetooth_socket_mac.h
@@ -173,9 +173,9 @@ class BluetoothSocketMac : public BluetoothSocket {
base::scoped_nsobject<BluetoothL2capConnectionListener>
l2cap_connection_listener_;
- // A handle to the service record registered in the system SDP server.
- // Used to eventually unregister the service.
- BluetoothSDPServiceRecordHandle service_record_handle_;
+ // The service record registered in the system SDP server, used to
+ // eventually unregister the service.
+ base::scoped_nsobject<IOBluetoothSDPServiceRecord> service_record_;
// The channel used to issue commands.
std::unique_ptr<BluetoothChannelMac> channel_;
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_socket_mac.mm » ('j') | device/bluetooth/bluetooth_socket_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698