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

Unified Diff: trunk/src/device/bluetooth/test/mock_bluetooth_device.h

Issue 227493006: Revert 262175 "* Replace "read" method with onReceiveXxx events." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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: trunk/src/device/bluetooth/test/mock_bluetooth_device.h
===================================================================
--- trunk/src/device/bluetooth/test/mock_bluetooth_device.h (revision 262179)
+++ trunk/src/device/bluetooth/test/mock_bluetooth_device.h (working copy)
@@ -62,9 +62,9 @@
void(const BluetoothUUID&,
const BluetoothDevice::SocketCallback&));
MOCK_METHOD3(ConnectToProfile,
- void(BluetoothProfile* profile,
- const base::Closure& callback,
- const ConnectToProfileErrorCallback& error_callback));
+ void(BluetoothProfile*,
+ const base::Closure&,
+ const BluetoothDevice::ErrorCallback&));
MOCK_METHOD3(SetOutOfBandPairingData,
void(const BluetoothOutOfBandPairingData& data,
« no previous file with comments | « trunk/src/device/bluetooth/bluetooth_task_manager_win.cc ('k') | trunk/src/device/bluetooth/test/mock_bluetooth_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698