Index: content/child/bluetooth/bluetooth_dispatcher.h |
diff --git a/content/child/bluetooth/bluetooth_dispatcher.h b/content/child/bluetooth/bluetooth_dispatcher.h |
index 86057d8ad87d0a472fd0a3aa4102a02bf9b08f82..0492a1a0a336f3d90940a3fa400eb571a8dc7cbe 100644 |
--- a/content/child/bluetooth/bluetooth_dispatcher.h |
+++ b/content/child/bluetooth/bluetooth_dispatcher.h |
@@ -50,7 +50,6 @@ class BluetoothDispatcher : public WorkerTaskRunner::Observer { |
void requestDevice(blink::WebBluetoothRequestDeviceCallbacks* callbacks); |
void connectGATT(const blink::WebString& device_instance_id, |
blink::WebBluetoothConnectGATTCallbacks* callbacks); |
- void SetBluetoothMockDataSetForTesting(const std::string& name); |
// WorkerTaskRunner::Observer implementation. |
void OnWorkerRunLoopStopped() override; |