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

Unified Diff: chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h

Issue 10546010: Implement support for the OOB Pairing APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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
« no previous file with comments | « chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h
diff --git a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h b/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h
index f88407b9890dd8b12bd53a6adc8acaaacc909633..f2d204f0a4d935a0faf1f059f3cd10f498ca9af4 100644
--- a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h
+++ b/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h
@@ -24,6 +24,14 @@ class MockBluetoothDevice : public BluetoothDevice {
MOCK_CONST_METHOD0(GetName, string16());
MOCK_CONST_METHOD1(ProvidesServiceWithUUID, bool(const std::string&));
+ MOCK_METHOD3(SetOutOfBandPairingData,
+ void(const chromeos::BluetoothOutOfBandPairingData& data,
+ const base::Closure& callback,
+ const BluetoothDevice::ErrorCallback& error_callback));
+ MOCK_METHOD2(ClearOutOfBandPairingData,
+ void(const base::Closure& callback,
+ const BluetoothDevice::ErrorCallback& error_callback));
+
private:
string16 name_;
std::string address_;
« no previous file with comments | « chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698