| 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 85c282504cc7c24d1d9f5ef8f9da83163780bba9..64655cca2ed6663fd6ac74e836db32c115b3f08b 100644
|
| --- a/extensions/browser/extension_function_histogram_value.h
|
| +++ b/extensions/browser/extension_function_histogram_value.h
|
| @@ -1179,6 +1179,12 @@ enum HistogramValue {
|
| PASSWORDSPRIVATE_GETSAVEDPASSWORDLIST,
|
| PASSWORDSPRIVATE_GETPASSWORDEXCEPTIONLIST,
|
| INPUTMETHODPRIVATE_OPENOPTIONSPAGE,
|
| + BLUETOOTHLOWENERGY_CREATESERVICE,
|
| + BLUETOOTHLOWENERGY_CREATECHARACTERISTIC,
|
| + BLUETOOTHLOWENERGY_CREATEDESCRIPTOR,
|
| + BLUETOOTHLOWENERGY_REGISTERSERVICE,
|
| + BLUETOOTHLOWENERGY_UNREGISTERSERVICE,
|
| + BLUETOOTHLOWENERGY_SENDREQUESTRESPONSE,
|
| // Last entry: Add new entries above, then run:
|
| // python tools/metrics/histograms/update_extension_histograms.py
|
| ENUM_BOUNDARY
|
|
|