| 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 bb1548196473859c7a81433ff53939e5f6954195..6aa5f7d25e354cc0fbaf465414e35c6605044d74 100644
|
| --- a/extensions/browser/extension_function_histogram_value.h
|
| +++ b/extensions/browser/extension_function_histogram_value.h
|
| @@ -879,6 +879,9 @@ enum HistogramValue {
|
| WEBVIEWINTERNAL_STOP,
|
| WEBVIEWINTERNAL_STOPFINDING,
|
| WEBVIEWINTERNAL_TERMINATE,
|
| + LOGPRIVATE_STARTEVENTRECODER,
|
| + LOGPRIVATE_STOPEVENTRECODER,
|
| + LOGPRIVATE_DUMPLOGS,
|
| // Last entry: Add new entries above and ensure to update
|
| // tools/metrics/histograms/histograms/histograms.xml.
|
| ENUM_BOUNDARY
|
|
|