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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2667053002: Add RemoteGATTDescriptor to WebBluetoothFunction histogram enum. (Closed)
Patch Set: Created 3 years, 10 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:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fd38d1689770e878693cf7ab4a7d4fc7eb953752..076591590ade6071920df43f8902ee9d3e11221b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -109413,6 +109413,10 @@ value.
<int value="8" label="RemoteGATTServer.disconnect()"/>
<int value="9" label="RemoteGATTService.getCharacteristics()"/>
<int value="10" label="RemoteGATTServer.getPrimaryServices()"/>
+ <int value="11" label="RemoteGATTCharacteristic.getDescriptor()"/>
ortuno 2017/02/01 18:02:19 These values should match the ones in the UMAWebBl
+ <int value="12" label="RemoteGATTCharacteristic.getDescriptors()"/>
+ <int value="13" label="RemoteGATTDescriptor.readValue()"/>
+ <int value="14" label="RemoteGATTDescriptor.writeValue()"/>
</enum>
<enum name="WebBluetoothGATTOperationOutcome" type="int">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698