Index: content/browser/bluetooth/bluetooth_dispatcher_host.cc |
diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.cc b/content/browser/bluetooth/bluetooth_dispatcher_host.cc |
index b69fa4fa49f19a3632cda132998f947eec1a764d..674c21cb7468cde2132a5256eedd07777d59250b 100644 |
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.cc |
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.cc |
@@ -1141,8 +1141,6 @@ void BluetoothDispatcherHost::OnRequestDeviceImpl( |
const std::vector<BluetoothScanFilter>& filters, |
const std::vector<BluetoothUUID>& optional_services) { |
DCHECK_CURRENTLY_ON(content::BrowserThread::UI); |
- RecordWebBluetoothFunctionCall(UMAWebBluetoothFunction::REQUEST_DEVICE); |
- RecordRequestDeviceArguments(filters, optional_services); |
Jeffrey Yasskin
2016/03/29 15:24:13
I don't see another copy of RecordRequestDeviceArg
ortuno
2016/03/29 15:29:20
Added RecordRequestDeviceArguments to OnRequestDev
|
VLOG(1) << "requestDevice called with the following filters: "; |
for (const BluetoothScanFilter& filter : filters) { |