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

Unified Diff: public/platform/modules/bluetooth/WebBluetoothError.h

Issue 1293593003: Add errors for various chooser failure modes, and remove assertions that are about to change. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pinned
Patch Set: Sync Created 5 years, 4 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 | « Source/modules/bluetooth/BluetoothError.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/modules/bluetooth/WebBluetoothError.h
diff --git a/public/platform/modules/bluetooth/WebBluetoothError.h b/public/platform/modules/bluetooth/WebBluetoothError.h
index 0a26e171daf2bb73a508fdbc9a76e276ee46af75..3ef42358d40c9e74122115d6dd7468ba7d769c37 100644
--- a/public/platform/modules/bluetooth/WebBluetoothError.h
+++ b/public/platform/modules/bluetooth/WebBluetoothError.h
@@ -36,9 +36,12 @@ enum class WebBluetoothError {
// NotFoundError:
BluetoothAdapterOff,
NoBluetoothAdapter,
+ NoBluetoothChooser,
DiscoverySessionStartFailed,
DiscoverySessionStopFailed,
NoDevicesFound,
+ ChosenDeviceVanished,
+ ChooserCancelled,
ServiceNotFound,
CharacteristicNotFound,
// NotSupportedError:
« no previous file with comments | « Source/modules/bluetooth/BluetoothError.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698