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

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

Issue 1287753002: bluetooth: Remove callback from BluetoothGattConnection::Disconnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge TOT Created 5 years, 3 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
« no previous file with comments | « device/bluetooth/bluetooth_gatt_connection_chromeos.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/test/mock_bluetooth_gatt_connection.h
diff --git a/device/bluetooth/test/mock_bluetooth_gatt_connection.h b/device/bluetooth/test/mock_bluetooth_gatt_connection.h
index 268ebf92af9aa1caa2f7ef55bb17b576f255aeb9..7df9668018c06e4a79efc980d0c3e0251ca135f8 100644
--- a/device/bluetooth/test/mock_bluetooth_gatt_connection.h
+++ b/device/bluetooth/test/mock_bluetooth_gatt_connection.h
@@ -17,7 +17,7 @@ class MockBluetoothGattConnection : public BluetoothGattConnection {
MOCK_CONST_METHOD0(GetDeviceAddress, std::string());
MOCK_METHOD0(IsConnected, bool());
- MOCK_METHOD1(Disconnect, void(const base::Closure&));
+ MOCK_METHOD0(Disconnect, void());
};
} // namespace device
« no previous file with comments | « device/bluetooth/bluetooth_gatt_connection_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698