Chromium Code Reviews| Index: device/bluetooth/bluetooth_socket_chromeos.h |
| diff --git a/device/bluetooth/bluetooth_socket_chromeos.h b/device/bluetooth/bluetooth_socket_chromeos.h |
| index caa0c7150afbee7ed26da35ecaca90dc66c92728..b2be9aa7d1bc1ca27b22b6d89f988ec7d8ac5dd5 100644 |
| --- a/device/bluetooth/bluetooth_socket_chromeos.h |
| +++ b/device/bluetooth/bluetooth_socket_chromeos.h |
| @@ -148,12 +148,9 @@ class CHROMEOS_EXPORT BluetoothSocketChromeOS |
| // Method run to clean-up a listening socket. |
| void DoCloseListening(); |
| - // Unregister the underlying profile client object from the Bluetooth Daemon. |
| + // Unregister use of the profile. |
|
armansito
2015/02/24 23:32:51
Maybe elaborate more? What does it mean to unregis
Marie Janssen
2015/02/27 18:56:58
Done.
|
| void UnregisterProfile(); |
| - // Releases the profile after the delegate is gone. |
| - void ReleaseProfile(BluetoothAdapterProfileChromeOS* profile); |
| - |
| // Adapter the profile is registered against |
| scoped_refptr<device::BluetoothAdapter> adapter_; |