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 e0c92f74df913f5549fffddee167bf7fb67d11dc..ff7775c66fbe2857a873b35a82da2a7201651fbc 100644 |
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.h |
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h |
@@ -119,7 +119,8 @@ class CONTENT_EXPORT BluetoothDispatcherHost final |
void OnServicesDiscovered(int thread_id, |
int request_id, |
const std::string& device_instance_id, |
- const std::string& service_uuid); |
+ const std::string& service_uuid, |
+ base::TimeTicks start_time); |
// Callbacks for BluetoothGattCharacteristic::ReadRemoteCharacteristic. |
void OnCharacteristicValueRead(int thread_id, |