| Index: device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
|
| index ce481ec993d04d14ca4f4bd10bd9e74f756a6c4e..600233dc51510d2687238b2744dc5c201d9d41a0 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
|
| @@ -146,6 +146,10 @@ class BluetoothRemoteGattServiceChromeOS
|
| CharacteristicMap;
|
| 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<BluetoothRemoteGattServiceChromeOS> weak_ptr_factory_;
|
|
|