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

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

Issue 2762023002: work in progress 2
Patch Set: Created 3 years, 9 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_adapter.cc
diff --git a/device/bluetooth/test/mock_bluetooth_adapter.cc b/device/bluetooth/test/mock_bluetooth_adapter.cc
index d8eed43ac141e17854993b619ccc5bce1edf45af..4d77e48863aca9c1b19d3a7776cc720651089d83 100644
--- a/device/bluetooth/test/mock_bluetooth_adapter.cc
+++ b/device/bluetooth/test/mock_bluetooth_adapter.cc
@@ -57,6 +57,7 @@ void MockBluetoothAdapter::StartDiscoverySessionWithFilter(
std::unique_ptr<BluetoothDiscoveryFilter> discovery_filter,
const DiscoverySessionCallback& callback,
const ErrorCallback& error_callback) {
+ LOG(ERROR) << "[DJKim] MockBluetoothAdapter::StartDiscoverySessionWithFilter";
StartDiscoverySessionWithFilterRaw(discovery_filter.get(), callback,
error_callback);
}

Powered by Google App Engine
This is Rietveld 408576698