| Index: chrome/browser/extensions/extension_function_histogram_value.h
|
| diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h
|
| index c1c5417f640fa5bf1b77a6f49f540f5dd83db47b..7a8a1e0b05c464f269ada700201b4e3d37b49531 100644
|
| --- a/chrome/browser/extensions/extension_function_histogram_value.h
|
| +++ b/chrome/browser/extensions/extension_function_histogram_value.h
|
| @@ -624,6 +624,9 @@ enum HistogramValue {
|
| NETWORKINGPRIVATE_CREATENETWORK,
|
| BRAILLEDISPLAYPRIVATE_GETDISPLAYSTATE,
|
| BRAILLEDISPLAYPRIVATE_WRITEDOTS,
|
| + USB_GETDEVICES,
|
| + USB_REQUESTACCESS,
|
| + USB_OPENDEVICE,
|
| ENUM_BOUNDARY // Last entry: Add new entries above.
|
| };
|
|
|
|
|