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

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

Issue 1284143006: Update error message assertions for the new chooser. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@add-chooser-error
Patch Set: Remove NoBluetoothChooser, which turns out not to be used. 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 3ef42358d40c9e74122115d6dd7468ba7d769c37..34750fdbc9bac5ff1a492ad5b996a713d42d1255 100644
--- a/public/platform/modules/bluetooth/WebBluetoothError.h
+++ b/public/platform/modules/bluetooth/WebBluetoothError.h
@@ -34,12 +34,7 @@ enum class WebBluetoothError {
ConnectUnsupportedDevice,
UntranslatedConnectErrorCode,
// NotFoundError:
- BluetoothAdapterOff,
NoBluetoothAdapter,
- NoBluetoothChooser,
- DiscoverySessionStartFailed,
- DiscoverySessionStopFailed,
- NoDevicesFound,
ChosenDeviceVanished,
ChooserCancelled,
ServiceNotFound,
« 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