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

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

Issue 1228283003: Attach a WebBluetooth to the LocalFrame and use it if it's available. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@error-enum-cleanup
Patch Set: Always use BluetoothSupplement to get the WebBluetooth instance. Created 5 years, 5 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/web/WebLocalFrameImpl.cpp ('k') | public/web/WebFrameClient.h » ('j') | 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 c66f180509961c5a968b25fb5038e5b0859f55dc..cf4e5eb4fe0ba7042b206ee12d3bb6e3022b7b3a 100644
--- a/public/platform/modules/bluetooth/WebBluetoothError.h
+++ b/public/platform/modules/bluetooth/WebBluetoothError.h
@@ -48,6 +48,7 @@ enum class WebBluetoothError {
GATTUntranslatedErrorCode,
// SecurityError:
GATTNotAuthorized,
+ RequestDeviceWithoutFrame,
// SyntaxError:
ENUM_MAX_VALUE = GATTNotAuthorized,
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698