Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1446)

Unified Diff: third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom

Issue 2752663002: Remove RemoteServerDisconnect() from web_bluetooth.mojom (Closed)
Patch Set: address ortuno@'s comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698