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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 246883003: Introduce chrome.bluetoothSocket API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ambiguity of listen functions Created 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4a482cf89b505cf6754ebb909ee735c14b1d73cf..12133d8b78d774ec8ace449003f6a81a1a02b00d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33567,6 +33567,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="720" label="WEBCAMPRIVATE_SET"/>
<int value="721" label="WEBCAMPRIVATE_RESET"/>
<int value="722" label="WEBCAMPRIVATE_GET"/>
+ <int value="723" label="BLUETOOTHSOCKET_CREATE"/>
+ <int value="724" label="BLUETOOTHSOCKET_UPDATE"/>
+ <int value="725" label="BLUETOOTHSOCKET_SETPAUSED"/>
+ <int value="726" label="BLUETOOTHSOCKET_LISTENUSINGRFCOMM"/>
+ <int value="727" label="BLUETOOTHSOCKET_LISTENUSINGINSECURERFCOMM"/>
+ <int value="728" label="BLUETOOTHSOCKET_LISTENUSINGL2CAP"/>
+ <int value="729" label="BLUETOOTHSOCKET_CONNECT"/>
+ <int value="730" label="BLUETOOTHSOCKET_DISCONNECT"/>
+ <int value="731" label="BLUETOOTHSOCKET_CLOSE"/>
+ <int value="732" label="BLUETOOTHSOCKET_SEND"/>
+ <int value="733" label="BLUETOOTHSOCKET_GETINFO"/>
+ <int value="734" label="BLUETOOTHSOCKET_GETSOCKETS"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698