| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
|
| index d72aa6d393b95c2a27a60adb3836d05f989fe51b..d4b241ef111af663f0794cb86e5d7640097c7292 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
|
| @@ -65,11 +65,10 @@ class BluetoothRemoteGATTServer
|
| // garbage collected or the context is being destroyed.
|
| void DisconnectIfConnected();
|
|
|
| - // Performs necessary cleanup when a device disconnects and fires
|
| - // gattserverdisconnected event.
|
| - void CleanupDisconnectedDeviceAndFireEvent();
|
| + // Performs necessary cleanup when a device disconnects.
|
| + void CleanupDisconnectedDevice();
|
|
|
| - void DispatchDisconnected();
|
| + void HandleClientConnectionError();
|
|
|
| // USING_PRE_FINALIZER interface.
|
| // Called before the object gets garbage collected.
|
|
|