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

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

Issue 2637343002: Implement WebBluetooth descriptor.readValue() (Closed)
Patch Set: run bad_message_reasons 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 | « content/browser/bad_message.h ('k') | 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 b15bb35fa989ef0559ec0d2032b17458abe56786..37b54af5f4f564fd0eb0bfc9207336a8dccfa7cf 100644
--- a/content/browser/bluetooth/bluetooth_metrics.h
+++ b/content/browser/bluetooth/bluetooth_metrics.h
@@ -51,6 +51,7 @@ enum class CacheQueryOutcome {
NO_DEVICE = 2,
NO_SERVICE = 3,
NO_CHARACTERISTIC = 4,
+ NO_DESCRIPTOR = 5,
};
// requestDevice() Metrics
@@ -236,6 +237,7 @@ enum class UMAGATTOperation {
CHARACTERISTIC_READ,
CHARACTERISTIC_WRITE,
START_NOTIFICATIONS,
+ DESCRIPTOR_READ,
// Note: Add new GATT Operations immediately above this line.
COUNT
};
« no previous file with comments | « content/browser/bad_message.h ('k') | content/browser/bluetooth/bluetooth_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698