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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h

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/Source/modules/bluetooth/BluetoothDevice.h
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
index f57576501886ce4a96b39c0d0032811a30a4f4cf..2ec45d17337ab56d444ff22eef8d504822251166 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
@@ -71,9 +71,8 @@ class BluetoothDevice final : public EventTargetWithInlineData,
// events on navigator.bluetooth and still remain connected even if the
// BluetoothDevice object is garbage collected.
- // Performs necessary cleanup when a device disconnects and fires
- // gattserverdisconnected event.
- void ClearAttributeInstanceMapAndFireEvent();
+ // Performs necessary cleanup when a device disconnects.
+ void ClearAttributeInstanceMap();
// EventTarget methods:
const AtomicString& interfaceName() const override;

Powered by Google App Engine
This is Rietveld 408576698