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

Unified Diff: device/bluetooth/bluetooth_remote_gatt_characteristic_android.h

Issue 2287273002: Remove TODOs that are out of date. (Closed)
Patch Set: Created 4 years, 4 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_remote_gatt_characteristic_android.h
diff --git a/device/bluetooth/bluetooth_remote_gatt_characteristic_android.h b/device/bluetooth/bluetooth_remote_gatt_characteristic_android.h
index c0606b420c7ae2c6bf6adffeda5d320bd660faa4..ab0f081d0bbcd4d5e19bedcbceee65c165b4b9d2 100644
--- a/device/bluetooth/bluetooth_remote_gatt_characteristic_android.h
+++ b/device/bluetooth/bluetooth_remote_gatt_characteristic_android.h
@@ -24,9 +24,6 @@ class BluetoothRemoteGattServiceAndroid;
// BluetoothRemoteGattCharacteristicAndroid along with its owned Java class
// org.chromium.device.bluetooth.ChromeBluetoothRemoteGattCharacteristic
// implement BluetootGattCharacteristic.
-//
-// TODO(crbug.com/551634): When notifications are enabled characteristic updates
-// should call observers' GattCharacteristicValueChanged.
class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattCharacteristicAndroid
: public BluetoothRemoteGattCharacteristic {
public:
@@ -138,6 +135,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattCharacteristicAndroid
bool write_pending_ = false;
base::Closure write_callback_;
ErrorCallback write_error_callback_;
+ std::vector<uint8_t> write_value_;
std::vector<uint8_t> value_;

Powered by Google App Engine
This is Rietveld 408576698