Index: content/common/bluetooth/bluetooth_messages.h |
diff --git a/content/common/bluetooth/bluetooth_messages.h b/content/common/bluetooth/bluetooth_messages.h |
index df7695d67f49da8245634ee05a368d32f2500c73..b93af6cb5246d3c31f7e6649d30d3beea1472944 100644 |
--- a/content/common/bluetooth/bluetooth_messages.h |
+++ b/content/common/bluetooth/bluetooth_messages.h |
@@ -232,6 +232,12 @@ IPC_MESSAGE_CONTROL4(BluetoothHostMsg_ConnectGATT, |
int /* frame_routing_id */, |
std::string /* device_id */) |
+// Disconnect from a device. |
+IPC_MESSAGE_CONTROL3(BluetoothHostMsg_Disconnect, |
+ int /* thread_id */, |
+ int /* frame_routing_id */, |
+ std::string /* device_id */) |
+ |
// Gets primary service from bluetooth device. |
IPC_MESSAGE_CONTROL5(BluetoothHostMsg_GetPrimaryService, |
int /* thread_id */, |