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

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

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Updating cross-origin-objects-exceptions.html Created 4 years 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 76e635724da23afc8e60dcee857374016bd72f40..bdcd870da5c269c218def78455a78c29b0a1bd03 100644
--- a/content/browser/bluetooth/bluetooth_metrics.h
+++ b/content/browser/bluetooth/bluetooth_metrics.h
@@ -236,6 +236,8 @@ enum class UMAGATTOperation {
CHARACTERISTIC_READ,
CHARACTERISTIC_WRITE,
START_NOTIFICATIONS,
+ DESCRIPTOR_READ,
ortuno 2016/12/07 08:05:12 No need for these changes either.
dougt 2016/12/07 19:50:34 Done.
+ DESCRIPTOR_WRITE,
// Note: Add new GATT Operations immediately above this line.
COUNT
};

Powered by Google App Engine
This is Rietveld 408576698