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

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: Address code review feedback, simplify threading model. 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 c3d60fe51596163c3e25f5d178bfb9dfc77ad863..2c6885708fa77ee405cbbd4b7e57bbecdee9a898 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,
@@ -759,6 +759,10 @@ enum HistogramValue {
WEBVIEW_CONTEXTMENUSREMOVEALL,
AUTOMATIONINTERNAL_ENABLECURRENTTAB,
APP_CURRENTWINDOWINTERNAL_SETSIZECONSTRAINTS,
+ 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/test/mock_bluetooth_socket.h ('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