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

Unified Diff: extensions/browser/extension_function_histogram_value.h

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:
View side-by-side diff with in-line comments
Download patch
Index: extensions/browser/extension_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index bc111c4dd627bb8788dacc977dcae804e8364004..b62645f0356322e881c91a190355df3503c61b58 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -781,6 +781,18 @@ enum HistogramValue {
WEBCAMPRIVATE_SET,
WEBCAMPRIVATE_RESET,
WEBCAMPRIVATE_GET,
+ BLUETOOTHSOCKET_CREATE,
+ BLUETOOTHSOCKET_UPDATE,
+ BLUETOOTHSOCKET_SETPAUSED,
+ BLUETOOTHSOCKET_LISTENUSINGRFCOMM,
+ BLUETOOTHSOCKET_LISTENUSINGINSECURERFCOMM,
+ BLUETOOTHSOCKET_LISTENUSINGL2CAP,
+ BLUETOOTHSOCKET_CONNECT,
+ BLUETOOTHSOCKET_DISCONNECT,
+ BLUETOOTHSOCKET_CLOSE,
+ BLUETOOTHSOCKET_SEND,
+ BLUETOOTHSOCKET_GETINFO,
+ BLUETOOTHSOCKET_GETSOCKETS,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms/histograms.xml.
ENUM_BOUNDARY

Powered by Google App Engine
This is Rietveld 408576698