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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1527853002: bluetooth: Add disconnect function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-device-identifier
Patch Set: Fix test that fails after upstream change. Created 4 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:
Download patch
« no previous file with comments | « third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothGATTRemoteServer.h ('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 4dc7af8ebd096c7602918404ae0ff65676993a9c..9e7686c76f2a1953c64c57b29c34047aca9a71bd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80207,12 +80207,13 @@ To add a new entry, add it with any value and run test to compute valid value.
<enum name="WebBluetoothFunction" type="int">
<int value="0" label="requestDevice()"/>
<int value="1" label="connectGATT()"/>
- <int value="2" label="getPrimaryService()"/>
+ <int value="2" label="RemoteGATTServer.getPrimaryService()"/>
<int value="3" label="getCharacteristic()"/>
<int value="4" label="Characteristic.readValue()"/>
<int value="5" label="Characteristic.writeValue()"/>
<int value="6" label="Characteristic.startNotifications()"/>
<int value="7" label="Characteristic.stopNotifications()"/>
+ <int value="8" label="RemoteGATTServer.disconnect()"/>
</enum>
<enum name="WebBluetoothGATTOperationOutcome" type="int">
« no previous file with comments | « third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothGATTRemoteServer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698