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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 180163009: chrome.bluetooth API improvements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing + Fix merge conflicts. Created 6 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:
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 133204a83c859f783ebdde81934c71c48212153e..8f93c1844cba05324562fc896aea38efa70c5020 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -337,7 +337,7 @@ enum HistogramValue {
TABCAPTURE_CAPTURE,
NOTIFICATIONS_CREATE,
TABS_DUPLICATE,
- BLUETOOTH_WRITE,
+ BLUETOOTH_SEND,
PAGEACTION_SHOW,
WALLPAPERPRIVATE_GETTHUMBNAIL,
DOWNLOADS_PAUSE,
@@ -403,7 +403,7 @@ enum HistogramValue {
BROWSERACTION_SETPOPUP,
TABS_GETSELECTED,
FONTSETTINGS_GETFONT,
- BLUETOOTH_READ,
+ DELETED_BLUETOOTH_READ,
WEBREQUESTINTERNAL_EVENTHANDLED,
EVENTS_ADDRULES,
CONTEXTMENUS_CREATE,
@@ -769,6 +769,10 @@ enum HistogramValue {
BLUETOOTHPRIVATE_DISABLEPAIRING,
BLUETOOTHPRIVATE_SETPAIRINGRESPONSE,
NETWORKINGPRIVATE_GETCAPTIVEPORTALSTATUS,
+ BLUETOOTH_UPDATE_SOCKET,
+ BLUETOOTH_SET_SOCKET_PAUSED,
+ BLUETOOTH_GET_SOCKET,
+ BLUETOOTH_GET_SOCKETS,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms/histograms.xml.
ENUM_BOUNDARY
« device/bluetooth/bluetooth_socket_win.cc ('K') | « extensions/browser/api/async_api_function.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698