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 5848db3f16416b19b5a8b6ed724e184109d3ba88..5e63ffb094f1bdf5b22643f5262f968b7c43b078 100644 |
--- a/device/bluetooth/test/mock_bluetooth_adapter.cc |
+++ b/device/bluetooth/test/mock_bluetooth_adapter.cc |
@@ -14,4 +14,14 @@ MockBluetoothAdapter::MockBluetoothAdapter() { |
MockBluetoothAdapter::~MockBluetoothAdapter() {} |
+void MockBluetoothAdapter::AddDiscoverySession( |
+ const base::Closure& callback, |
+ const ErrorCallback& error_callback) { |
+} |
+ |
+void MockBluetoothAdapter::RemoveDiscoverySession( |
+ const base::Closure& callback, |
+ const ErrorCallback& error_callback) { |
+} |
+ |
} // namespace device |