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

Unified Diff: content/browser/bluetooth/bluetooth_metrics.cc

Issue 2654403002: Implement WebBluetooth descriptor.writeValue() (Closed)
Patch Set: #4 Created 3 years, 11 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: content/browser/bluetooth/bluetooth_metrics.cc
diff --git a/content/browser/bluetooth/bluetooth_metrics.cc b/content/browser/bluetooth/bluetooth_metrics.cc
index 84421ee5778053c7f19c64baa74b14f077ea4a82..8cbd38d0da81034d2283504bb0e50560d8f0238b 100644
--- a/content/browser/bluetooth/bluetooth_metrics.cc
+++ b/content/browser/bluetooth/bluetooth_metrics.cc
@@ -283,6 +283,9 @@ void RecordGATTOperationOutcome(UMAGATTOperation operation,
case UMAGATTOperation::DESCRIPTOR_READ:
RecordDescriptorReadValueOutcome(outcome);
return;
+ case UMAGATTOperation::DESCRIPTOR_WRITE:
+ // TODO(683477) reporting for .writeValue()
+ return;
case UMAGATTOperation::COUNT:
NOTREACHED();
return;
« no previous file with comments | « content/browser/bluetooth/bluetooth_metrics.h ('k') | content/browser/bluetooth/web_bluetooth_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698