| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp | 
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp | 
| index 853418168d8a1e2055ce9ec581cb9e3d331b5654..96d2a1ecd4750af15ea804653c16ffa93d622e71 100644 | 
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp | 
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.cpp | 
| @@ -175,7 +175,6 @@ ScriptPromise BluetoothRemoteGATTServer::getPrimaryServicesImpl( | 
| ScriptState* scriptState, | 
| mojom::blink::WebBluetoothGATTQueryQuantity quantity, | 
| String servicesUUID) { | 
| -  // We always check that the device is connected. | 
| if (!connected()) { | 
| return ScriptPromise::rejectWithDOMException( | 
| scriptState, | 
|  |