Index: third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom |
diff --git a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom |
index 6818f9bc9526d40203e6cbe6a716c22eb1066d37..d8ff08ae06336079d7ac18fba135fe20641d8331 100644 |
--- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom |
+++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom |
@@ -160,4 +160,5 @@ interface WebBluetoothService { |
interface WebBluetoothServiceClient { |
RemoteCharacteristicValueChanged(string characteristic_instance_id, |
array<uint8> value); |
+ GattServerDisconnected(string device_id); |
}; |