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

Unified Diff: device/bluetooth/bluetooth_socket_chromeos.h

Issue 935383003: Fix BluetoothAdapterProfileChromeOS lifecycle management (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: further fix ownership, address comments Created 5 years, 10 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_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_;

Powered by Google App Engine
This is Rietveld 408576698