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

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

Issue 293063015: Bluetooth: remove Out of Band Pairing APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/test/mock_bluetooth_adapter.h ('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_device.h
diff --git a/device/bluetooth/test/mock_bluetooth_device.h b/device/bluetooth/test/mock_bluetooth_device.h
index e624f9a26c99a0872f0f018604668e5e3eab6ab4..cf52d515a9674a75e4d7b456bf0eb677ecab648f 100644
--- a/device/bluetooth/test/mock_bluetooth_device.h
+++ b/device/bluetooth/test/mock_bluetooth_device.h
@@ -9,7 +9,6 @@
#include "base/strings/string16.h"
#include "device/bluetooth/bluetooth_device.h"
-#include "device/bluetooth/bluetooth_out_of_band_pairing_data.h"
#include "device/bluetooth/bluetooth_uuid.h"
#include "testing/gmock/include/gmock/gmock.h"
@@ -72,13 +71,6 @@ class MockBluetoothDevice : public BluetoothDevice {
const ConnectToServiceCallback& callback,
const ConnectToServiceErrorCallback& error_callback));
- MOCK_METHOD3(SetOutOfBandPairingData,
- void(const BluetoothOutOfBandPairingData& data,
- const base::Closure& callback,
- const BluetoothDevice::ErrorCallback& error_callback));
- MOCK_METHOD2(ClearOutOfBandPairingData,
- void(const base::Closure& callback,
- const BluetoothDevice::ErrorCallback& error_callback));
MOCK_METHOD2(StartConnectionMonitor,
void(const base::Closure& callback,
const BluetoothDevice::ErrorCallback& error_callback));
« no previous file with comments | « device/bluetooth/test/mock_bluetooth_adapter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698