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

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

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
« no previous file with comments | « no previous file | content/browser/bluetooth/bluetooth_metrics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/bluetooth/bluetooth_metrics.h
diff --git a/content/browser/bluetooth/bluetooth_metrics.h b/content/browser/bluetooth/bluetooth_metrics.h
index 65ad7b4f6160f3ea14802189c428c7ba330c7e80..55aac46cf83719c64b30920274b1e4721fc4baa1 100644
--- a/content/browser/bluetooth/bluetooth_metrics.h
+++ b/content/browser/bluetooth/bluetooth_metrics.h
@@ -36,6 +36,7 @@ enum class UMAWebBluetoothFunction {
SERVICE_GET_CHARACTERISTICS = 9,
GET_PRIMARY_SERVICES = 10,
DESCRIPTOR_READ_VALUE = 11,
+ DESCRIPTOR_WRITE_VALUE = 12,
// NOTE: Add new actions immediately above this line. Make sure to update
// the enum list in tools/metrics/histograms/histograms.xml accordingly.
COUNT
@@ -239,6 +240,7 @@ enum class UMAGATTOperation {
CHARACTERISTIC_WRITE,
START_NOTIFICATIONS,
DESCRIPTOR_READ,
+ DESCRIPTOR_WRITE,
// Note: Add new GATT Operations immediately above this line.
COUNT
};
« no previous file with comments | « no previous file | content/browser/bluetooth/bluetooth_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698