| 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.
|
| 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_;
|
|
|
|
|