| 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
|
|
|