| Index: content/browser/bluetooth/bluetooth_metrics.h
 | 
| diff --git a/content/browser/bluetooth/bluetooth_metrics.h b/content/browser/bluetooth/bluetooth_metrics.h
 | 
| index fa621a7f36c904059a5c0a82c04b848767ef0cb6..fbbea33e08750c4b3bff0c695eff224072c87819 100644
 | 
| --- a/content/browser/bluetooth/bluetooth_metrics.h
 | 
| +++ b/content/browser/bluetooth/bluetooth_metrics.h
 | 
| @@ -64,6 +64,9 @@ enum class UMARequestDeviceOutcome {
 | 
|    BLUETOOTH_CHOOSER_CANCELLED = 9,
 | 
|    BLUETOOTH_CHOOSER_DENIED_PERMISSION = 10,
 | 
|    BLACKLISTED_SERVICE_IN_FILTER = 11,
 | 
| +  BLUETOOTH_OVERVIEW_HELP_LINK_PRESSED = 12,
 | 
| +  ADAPTER_OFF_HELP_LINK_PRESSED = 13,
 | 
| +  NEED_LOCATION_HELP_LINK_PRESSED = 14,
 | 
|    // NOTE: Add new requestDevice() outcomes immediately above this line. Make
 | 
|    // sure to update the enum list in
 | 
|    // tools/metrics/histograms/histograms.xml accordingly.
 | 
| 
 |