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

Unified Diff: device/bluetooth/bluetooth_adapter_mac.h

Issue 812673002: bluetooth: BluetoothAdapterDeleter used to control BluetoothAdapter destruction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: rebase Created 5 years, 11 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 | « device/bluetooth/bluetooth_adapter_chromeos.cc ('k') | device/bluetooth/bluetooth_adapter_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_adapter_mac.h
diff --git a/device/bluetooth/bluetooth_adapter_mac.h b/device/bluetooth/bluetooth_adapter_mac.h
index a20bea7c912bbe647f15df843cc349222995acff..9882bf5e02883786197e6d72d55df47e0cdfeb44 100644
--- a/device/bluetooth/bluetooth_adapter_mac.h
+++ b/device/bluetooth/bluetooth_adapter_mac.h
@@ -82,12 +82,14 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterMac
device::BluetoothDevice::PairingDelegate* pairing_delegate) override;
private:
+ friend class base::DeleteHelper<BluetoothAdapterMac>;
friend class BluetoothAdapterMacTest;
BluetoothAdapterMac();
~BluetoothAdapterMac() override;
// BluetoothAdapter:
+ void DeleteOnCorrectThread() const override;
void AddDiscoverySession(const base::Closure& callback,
const ErrorCallback& error_callback) override;
void RemoveDiscoverySession(const base::Closure& callback,
« no previous file with comments | « device/bluetooth/bluetooth_adapter_chromeos.cc ('k') | device/bluetooth/bluetooth_adapter_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698