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

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

Issue 2654403002: Implement WebBluetooth descriptor.writeValue() (Closed)
Patch Set: nit 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.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,
ortuno 2017/01/31 19:50:09 Add this to histograms.xml
dougt 2017/01/31 20:59:16 This change is in https://codereview.chromium.org/
ortuno 2017/02/01 00:01:58 Not really. This changes the WebBluetoothFunction
// 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
};

Powered by Google App Engine
This is Rietveld 408576698