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

Unified Diff: device/bluetooth/bluetooth_gatt_connection_chromeos.h

Issue 1292263002: bluetooth: Create base class BluetoothDevice::CreateGattConnection impl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-adapter-
Patch Set: fix ProximityAuthBluetoothLowEnergyConnectionTest Created 5 years, 3 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_gatt_connection_chromeos.h
diff --git a/device/bluetooth/bluetooth_gatt_connection_chromeos.h b/device/bluetooth/bluetooth_gatt_connection_chromeos.h
index f6c746964a551cc6e9fdf024f9794ee307418428..2727a2354b87abc4063bbfd23f889e1d4ed79627 100644
--- a/device/bluetooth/bluetooth_gatt_connection_chromeos.h
+++ b/device/bluetooth/bluetooth_gatt_connection_chromeos.h
@@ -34,7 +34,6 @@ class BluetoothGattConnectionChromeOS
~BluetoothGattConnectionChromeOS() override;
// BluetoothGattConnection overrides.
- std::string GetDeviceAddress() const override;
bool IsConnected() override;
void Disconnect() override;
@@ -48,12 +47,6 @@ class BluetoothGattConnectionChromeOS
// True, if the connection is currently active.
bool connected_;
- // The Bluetooth adapter that this connection is associated with.
- scoped_refptr<device::BluetoothAdapter> adapter_;
-
- // Bluetooth address of the underlying device.
- std::string device_address_;
-
// D-Bus object path of the underlying device. This is used to filter observer
// events.
dbus::ObjectPath object_path_;
« no previous file with comments | « device/bluetooth/bluetooth_gatt_connection.cc ('k') | device/bluetooth/bluetooth_gatt_connection_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698