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

Unified Diff: device/bluetooth/test/mock_bluetooth_gatt_descriptor.h

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Implement WebBluetooth getDescriptor[s] Created 3 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
Index: device/bluetooth/test/mock_bluetooth_gatt_descriptor.h
diff --git a/device/bluetooth/test/mock_bluetooth_gatt_descriptor.h b/device/bluetooth/test/mock_bluetooth_gatt_descriptor.h
index a3dbdb06768ceff36b807b2f4256ce3f61550ea2..f0a0430f421bea821debdce5b9385199d568f17e 100644
--- a/device/bluetooth/test/mock_bluetooth_gatt_descriptor.h
+++ b/device/bluetooth/test/mock_bluetooth_gatt_descriptor.h
@@ -21,9 +21,6 @@ namespace device {
class MockBluetoothGattCharacteristic;
-// TODO(rkc): This class doesn't seem to be used anywhere. Figure out whether
-// it will be used (in which case, name it appropriately), otherwise delete the
-// class.
class MockBluetoothGattDescriptor : public BluetoothRemoteGattDescriptor {
public:
MockBluetoothGattDescriptor(

Powered by Google App Engine
This is Rietveld 408576698