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

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

Issue 1885073003: bluetooth: Create bluetooth_metrics_hash tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed jyasskin's comments Created 4 years, 8 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
« BUILD.gn ('K') | « content/browser/bluetooth/tools/bluetooth_metrics_hash.cc ('k') | 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 d311f55693cfd74c6eb60de103e7d63748801a71..1a10f0c1cd3b4adbc0047f7b55174687a3e19ba3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -71878,6 +71878,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</enum>
<enum name="GATTCharacteristicHash" type="int">
+<!-- Hash values can be produced using tool: bluetooth_metrics_hash (Only built via GN, not GYP) -->
+
<int value="1615384" label="alert_notification_control_point"/>
<int value="4531384" label="date_of_birth"/>
<int value="22829753" label="barometric_pressure_trend"/>
@@ -72052,6 +72054,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</enum>
<enum name="GATTServiceHash" type="int">
+<!-- Hash values can be produced using tool: bluetooth_metrics_hash (Only built via GN, not GYP) -->
+
<int value="7464675" label="pulse_oximeter"/>
<int value="26695985" label="fe20"/>
<int value="35226455" label="fe44"/>
« BUILD.gn ('K') | « content/browser/bluetooth/tools/bluetooth_metrics_hash.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698