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

Unified Diff: device/bluetooth/test/bluetooth_test.cc

Issue 2039773005: Add support in Chrome to send notifications to a specific device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/bluetooth_test.cc
diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc
index de47f463ad31415623f0027765b0a09e388a5ebb..b45b046d3e79016fea5d2b9373070a6b7b71df6f 100644
--- a/device/bluetooth/test/bluetooth_test.cc
+++ b/device/bluetooth/test/bluetooth_test.cc
@@ -75,10 +75,11 @@ bool BluetoothTestBase::SimulateLocalGattCharacteristicNotificationsRequest(
return false;
}
-std::vector<uint8_t> BluetoothTestBase::LastNotifactionValueForCharacteristic(
+BluetoothTestBase::NotificationType
+BluetoothTestBase::LastNotifactionValueForCharacteristic(
BluetoothLocalGattCharacteristic* characteristic) {
NOTIMPLEMENTED();
- return std::vector<uint8_t>();
+ return NotificationType();
}
std::vector<BluetoothLocalGattService*>

Powered by Google App Engine
This is Rietveld 408576698