| 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 e168bda22fe2c2c63fe12a256b16868df968a229..41e8e09fc69c22399650839c2dcc4de2cba207ba 100644
 | 
| --- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
 | 
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
 | 
| @@ -160,10 +160,6 @@ interface WebBluetoothService {
 | 
|      WebBluetoothDeviceId device_id,
 | 
|      associated WebBluetoothServerClient client) => (WebBluetoothResult result);
 | 
|  
 | 
| -  // If a GATT connection exists for Device identified by |device_id| then
 | 
| -  // decreases the ref count for that connection.
 | 
| -  RemoteServerDisconnect(WebBluetoothDeviceId device_id);
 | 
| -
 | 
|    // Returns the Services of a GATT Device identified by |device_id|.
 | 
|    // If |services_uuid| is present, filters services by |services_uuid|.
 | 
|    // Otherwise returns all non-blocklisted services.
 | 
| 
 |