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

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

Issue 2384463002: bluetooth: mac: Reject requestDevice promise if Mac version is <= 10.9 (Closed)
Patch Set: Created 4 years, 2 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 bd5074b37f49a1b30fa25ca2227141663466c6c7..14f9f3b684bf2e28d3959a5a86106b19348e31dc 100644
--- a/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
+++ b/third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom
@@ -52,6 +52,7 @@ enum WebBluetoothError {
CHARACTERISTIC_NOT_FOUND,
NO_CHARACTERISTICS_FOUND,
WEB_BLUETOOTH_NOT_SUPPORTED,
+ BLUETOOTH_LOW_ENERGY_NOT_AVAILABLE,
// NotSupportedError:
GATT_UNKNOWN_ERROR,
GATT_UNKNOWN_FAILURE,

Powered by Google App Engine
This is Rietveld 408576698