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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.h

Issue 2680783002: bluetooth: show better error messages for services, characteristics and descriptors (Closed)
Patch Set: Added comment and changed to enum class. Created 3 years, 10 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/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.h
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.h
index 175db616cecd6b36d77be7f651aeab298e4dcc02..289fefd30764d94a683813fc776db30ab7639220 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.h
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTDescriptor.h
@@ -67,6 +67,8 @@ class BluetoothRemoteGATTDescriptor final
const Vector<uint8_t>&,
mojom::blink::WebBluetoothResult);
+ DOMException* createInvalidDescriptorError();
+
mojom::blink::WebBluetoothRemoteGATTDescriptorPtr m_descriptor;
Member<BluetoothRemoteGATTCharacteristic> m_characteristic;
Member<DOMDataView> m_value;

Powered by Google App Engine
This is Rietveld 408576698