Index: content/browser/bluetooth/bluetooth_dispatcher_host.cc |
diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.cc b/content/browser/bluetooth/bluetooth_dispatcher_host.cc |
index b440cdb5c9e84bf16aafa96a7018164b9da9264b..0edca24d2fd98c6ffd23cae2e2c699f0c650551a 100644 |
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.cc |
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.cc |
@@ -50,8 +50,6 @@ bool BluetoothDispatcherHost::OnMessageReceived(const IPC::Message& message) { |
IPC_BEGIN_MESSAGE_MAP(BluetoothDispatcherHost, message) |
IPC_MESSAGE_HANDLER(BluetoothHostMsg_RequestDevice, OnRequestDevice) |
IPC_MESSAGE_HANDLER(BluetoothHostMsg_ConnectGATT, OnConnectGATT) |
- IPC_MESSAGE_HANDLER(BluetoothHostMsg_SetBluetoothMockDataSetForTesting, |
- OnSetBluetoothMockDataSetForTesting) |
IPC_MESSAGE_UNHANDLED(handled = false) |
IPC_END_MESSAGE_MAP() |
return handled; |
@@ -135,7 +133,7 @@ void BluetoothDispatcherHost::OnConnectGATT( |
device_instance_id)); |
} |
-void BluetoothDispatcherHost::OnSetBluetoothMockDataSetForTesting( |
+void BluetoothDispatcherHost::SetBluetoothAdapterForTesting( |
scheib
2015/05/16 01:00:34
Move to match declaration order.
ortuno
2015/05/18 17:40:17
Done.
|
const std::string& name) { |
DCHECK_CURRENTLY_ON(BrowserThread::UI); |
if (name == "RejectRequestDevice_NotFoundError") { |