Index: content/child/bluetooth/web_bluetooth_impl.cc |
diff --git a/content/child/bluetooth/web_bluetooth_impl.cc b/content/child/bluetooth/web_bluetooth_impl.cc |
index d8b5813be6d01444e96eea8623980879b0ef7434..46a08e2c9f30f21f3f21073734deaf89084caf8b 100644 |
--- a/content/child/bluetooth/web_bluetooth_impl.cc |
+++ b/content/child/bluetooth/web_bluetooth_impl.cc |
@@ -26,11 +26,6 @@ void WebBluetoothImpl::connectGATT(const blink::WebString& device_instance_id, |
GetDispatcher()->connectGATT(device_instance_id, callbacks); |
} |
-void WebBluetoothImpl::SetBluetoothMockDataSetForTesting( |
- const std::string& name) { |
- GetDispatcher()->SetBluetoothMockDataSetForTesting(name); |
-} |
- |
BluetoothDispatcher* WebBluetoothImpl::GetDispatcher() { |
return BluetoothDispatcher::GetOrCreateThreadSpecificInstance( |
thread_safe_sender_.get()); |