Index: content/browser/bluetooth/bluetooth_metrics.cc |
diff --git a/content/browser/bluetooth/bluetooth_metrics.cc b/content/browser/bluetooth/bluetooth_metrics.cc |
index 6ae97006a59a33d63af9d0f41dae3967840639ef..c32c9cf01abf13702070eb8d60988c15a6f5fe71 100644 |
--- a/content/browser/bluetooth/bluetooth_metrics.cc |
+++ b/content/browser/bluetooth/bluetooth_metrics.cc |
@@ -358,7 +358,7 @@ void RecordRSSISignalStrengthLevel(UMARSSISignalStrengthLevel level) { |
} |
void RecordNumOfDevices(bool accept_all_devices, size_t num_of_devices) { |
- if (accept_all_devices) { |
+ if (!accept_all_devices) { |
UMA_HISTOGRAM_SPARSE_SLOWLY( |
"Bluetooth.Web.RequestDevice." |
"NumOfDevicesInChooserWhenNotAcceptingAllDevices", |