Chromium Code Reviews| Index: device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.h |
| diff --git a/device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.h b/device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.h |
| index 46192a794da576c8a0128af55ae63fd842cfb198..e19439242de9020c4e26225f28475fca73b20116 100644 |
| --- a/device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.h |
| +++ b/device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.h |
| @@ -6,6 +6,7 @@ |
| #define DEVICE_BLUETOOTH_BLUEZ_BLUETOOTH_REMOTE_GATT_SERVICE_BLUEZ_H_ |
| #include <stdint.h> |
| + |
|
rkc
2016/05/16 16:25:23
Nit: Remove extra line.
Miao
2016/05/17 00:22:47
This extra line is for separating the C and C++ li
|
| #include <map> |
| #include <string> |
| #include <vector> |
| @@ -111,10 +112,6 @@ class BluetoothRemoteGattServiceBlueZ |
| // characteristics by identifier. |
| CharacteristicMap characteristics_; |
| - // Indicates whether or not the characteristics of this service are known to |
| - // have been discovered. |
| - bool discovery_complete_; |
| - |
| // Note: This should remain the last member so it'll be destroyed and |
| // invalidate its weak pointers before any other members are destroyed. |
| base::WeakPtrFactory<BluetoothRemoteGattServiceBlueZ> weak_ptr_factory_; |