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

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: rebase Created 3 years, 9 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 d4a2b12bda38119a8e1c13f61c8b201239c392a5..fabd02dd4da01cf3dcb0229bd29ac003678449b0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -94180,6 +94180,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1871" label="NamedAccessOnWindow_ChildBrowsingContext"/>
<int value="1872"
label="NamedAccessOnWindow_ChildBrowsingContext_CrossOriginNameMismatch"/>
+ <int value="1873" label="WebBluetoothCharacteristicGetDescriptor"/>
ortuno 2017/03/29 21:44:16 Could you rename these to WebBluetoothRemoteServic
juncai 2017/03/29 22:14:48 Done.
+ <int value="1874" label="WebBluetoothCharacteristicGetDescriptors"/>
+ <int value="1875" label="WebBluetoothCharacteristicReadValue"/>
+ <int value="1876" label="WebBluetoothCharacteristicWriteValue"/>
+ <int value="1877" label="WebBluetoothCharacteristicStartNotifications"/>
+ <int value="1878" label="WebBluetoothCharacteristicStopNotifications"/>
+ <int value="1879" label="WebBluetoothDescriptorReadValue"/>
+ <int value="1880" label="WebBluetoothDescriptorWriteValue"/>
+ <int value="1881" label="WebBluetoothServerConnect"/>
+ <int value="1882" label="WebBluetoothServerDisconnect"/>
+ <int value="1883" label="WebBluetoothServerGetPrimaryService"/>
+ <int value="1884" label="WebBluetoothServerGetPrimaryServices"/>
+ <int value="1885" label="WebBluetoothServiceGetCharacteristic"/>
+ <int value="1886" label="WebBluetoothServiceGetCharacteristics"/>
</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