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 d55e58889e0b34cf6103ec2cf0def77f2e1dd0e7..b0cf2122e6c2f0830dd052e0fbc7f8fc7e4cb8fd 100644 |
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.h |
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h |
@@ -184,6 +184,7 @@ class CONTENT_EXPORT BluetoothDispatcherHost final |
void OnGATTConnectionCreated( |
int thread_id, |
int request_id, |
+ int frame_routing_id, |
const std::string& device_id, |
base::TimeTicks start_time, |
scoped_ptr<device::BluetoothGattConnection> connection); |