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

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

Issue 2721233002: bluetooth: Better disconnected error messages for characteristic retrieval. (Closed)
Patch Set: Address dcheng'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
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ddd5fd76bd75bc6ee6b70ad78327bb766cce8750..1668575334a6240bdacc73b4c9d94b7cd3ddd738 100644
--- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
+++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
@@ -72,8 +72,6 @@ enum WebBluetoothResult {
GATT_OPERATION_IN_PROGRESS,
GATT_SERVER_DISCONNECTED,
GATT_SERVER_NOT_CONNECTED,
- GATT_SERVER_DISCONNECTED_WHILE_RETRIEVING_CHARACTERISTICS,
- GATT_SERVER_NOT_CONNECTED_CANNOT_RETRIEVE_CHARACTERISTICS,
UNTRANSLATED_CONNECT_ERROR_CODE,
// NotFoundError:
NO_BLUETOOTH_ADAPTER,
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698