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

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: Remove unused code. 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 2db96d7579ec051df8d7ab3152f83398961047e7..996466880edf1e1b1f1c1862d9c1b72f3bd8d2fb 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,
@@ -768,6 +768,10 @@ enum HistogramValue {
BLUETOOTHPRIVATE_ENABLEPAIRING,
BLUETOOTHPRIVATE_DISABLEPAIRING,
BLUETOOTHPRIVATE_SETPAIRINGRESPONSE,
+ 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.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