| Index: device/bluetooth/bluetooth_gatt_characteristic_unittest.cc
|
| diff --git a/device/bluetooth/bluetooth_gatt_characteristic_unittest.cc b/device/bluetooth/bluetooth_gatt_characteristic_unittest.cc
|
| index e8cfe8777287796e9be40b8d5502bc62d9bb753b..73983c344e5b0e24bbceec7d5705a098a3c11602 100644
|
| --- a/device/bluetooth/bluetooth_gatt_characteristic_unittest.cc
|
| +++ b/device/bluetooth/bluetooth_gatt_characteristic_unittest.cc
|
| @@ -874,14 +874,7 @@ TEST_F(BluetoothGattCharacteristicTest, StartNotifySession_Multiple) {
|
| characteristic1_->StartNotifySession(
|
| GetNotifyCallback(Call::EXPECTED),
|
| GetGattErrorCallback(Call::NOT_EXPECTED));
|
| -#if defined(OS_ANDROID)
|
| - // TODO(crbug.com/551634): Decide when implementing IsNotifying if Android
|
| - // should trust the notification request always worked, or if we should always
|
| - // redundantly set the value to the OS.
|
| - EXPECT_EQ(2, gatt_notify_characteristic_attempts_);
|
| -#else
|
| EXPECT_EQ(1, gatt_notify_characteristic_attempts_);
|
| -#endif
|
| EXPECT_EQ(0, callback_count_);
|
| SimulateGattNotifySessionStarted(characteristic1_);
|
| EXPECT_EQ(2, callback_count_);
|
|
|