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

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: rebase only 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 084c2b917e045b01dd5e0b6c1a062d0533daffa7..63827b5e48e9cc18ea5b81b9093a882d8fe674fa 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -794,6 +794,18 @@ enum HistogramValue {
BLUETOOTHLOWENERGY_WRITEDESCRIPTORVALUE,
BOOKMARKMANAGERPRIVATE_CREATEWITHMETAINFO,
BOOKMARKMANAGERPRIVATE_UPDATEMETAINFO,
+ 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
« no previous file with comments | « chrome/common/extensions/docs/templates/public/apps/bluetoothSocket.html ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698