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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2771893002: Move Bluetooth.Web.FunctionCall.Count UMA from browser to WebKit (Closed)
Patch Set: updated idl files Created 3 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
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.idl ('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 630dcc9c3eab85be0429371d4727c2ab88df9179..cd27d51e9a113849fd722409bb963da754cc6ce4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5634,6 +5634,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Bluetooth.Web.FunctionCall.Count" enum="WebBluetoothFunction">
+ <obsolete>
+ Deprecated as of 3/2017. Replaced by using blink IDL annotation MeasureAs.
scheib 2017/03/30 22:44:01 In addition to MeasureAs, please also mention Blin
juncai 2017/03/31 03:19:08 Done.
+ </obsolete>
<owner>jyasskin@chromium.org</owner>
<owner>ortuno@chromium.org</owner>
<owner>scheib@chromium.org</owner>
@@ -94285,6 +94288,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1877" label="V0CustomElementsCreateCustomTagElement"/>
<int value="1878" label="V0CustomElementsCreateTypeExtensionElement"/>
<int value="1879" label="V0CustomElementsConstruct"/>
+ <int value="1880" label="WebBluetoothRemoteCharacteristicGetDescriptor"/>
+ <int value="1881" label="WebBluetoothRemoteCharacteristicGetDescriptors"/>
+ <int value="1882" label="WebBluetoothRemoteCharacteristicReadValue"/>
+ <int value="1883" label="WebBluetoothRemoteCharacteristicWriteValue"/>
+ <int value="1884" label="WebBluetoothRemoteCharacteristicStartNotifications"/>
+ <int value="1885" label="WebBluetoothRemoteCharacteristicStopNotifications"/>
+ <int value="1886" label="WebBluetoothRemoteDescriptorReadValue"/>
+ <int value="1887" label="WebBluetoothRemoteDescriptorWriteValue"/>
+ <int value="1888" label="WebBluetoothRemoteServerConnect"/>
+ <int value="1889" label="WebBluetoothRemoteServerDisconnect"/>
+ <int value="1890" label="WebBluetoothRemoteServerGetPrimaryService"/>
+ <int value="1891" label="WebBluetoothRemoteServerGetPrimaryServices"/>
+ <int value="1892" label="WebBluetoothRemoteServiceGetCharacteristic"/>
+ <int value="1893" label="WebBluetoothRemoteServiceGetCharacteristics"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698