| Index: content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.h b/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| index fd79e5e737f642feae76fad73c520290ad2ba667..e0c92f74df913f5549fffddee167bf7fb67d11dc 100644
|
| --- a/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| +++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| @@ -104,11 +104,13 @@ class CONTENT_EXPORT BluetoothDispatcherHost final
|
| int thread_id,
|
| int request_id,
|
| const std::string& device_instance_id,
|
| + base::TimeTicks start_time,
|
| scoped_ptr<device::BluetoothGattConnection> connection);
|
| void OnCreateGATTConnectionError(
|
| int thread_id,
|
| int request_id,
|
| const std::string& device_instance_id,
|
| + base::TimeTicks start_time,
|
| device::BluetoothDevice::ConnectErrorCode error_code);
|
|
|
| // Callback for future BluetoothAdapter::ServicesDiscovered callback:
|
|
|