| 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 00ed4430205fbca19767d2e07933b29d430d5a8b..a83db6a66a9752b894676926304a1b32d86f665c 100644
|
| --- a/extensions/browser/extension_function_histogram_value.h
|
| +++ b/extensions/browser/extension_function_histogram_value.h
|
| @@ -1071,6 +1071,12 @@ enum HistogramValue {
|
| FILEMANAGERPRIVATE_CONFIGUREPROVIDEDFILESYSTEM,
|
| SEARCHENGINESPRIVATE_GETDEFAULTSEARCHENGINES,
|
| SEARCHENGINESPRIVATE_SETSELECTEDSEARCHENGINE,
|
| + SEARCHENGINESPRIVATE_GETOTHERSEARCHENGINES,
|
| + SEARCHENGINESPRIVATE_GETHOTWORDSTATE,
|
| + SEARCHENGINESPRIVATE_ADDOTHERSEARCHENGINE,
|
| + SEARCHENGINESPRIVATE_REMOVESEARCHENGINE,
|
| + SEARCHENGINESPRIVATE_UPDATESEARCHENGINE,
|
| + SEARCHENGINESPRIVATE_OPTINTOHOTWORDING,
|
| // Last entry: Add new entries above and ensure to update
|
| // tools/metrics/histograms/histograms.xml.
|
| ENUM_BOUNDARY
|
|
|