| Index: content/browser/bluetooth/bluetooth_metrics.h
|
| diff --git a/content/browser/bluetooth/bluetooth_metrics.h b/content/browser/bluetooth/bluetooth_metrics.h
|
| index af5ad350f224e3524e6a9a8421750800775a4bec..d6307947956f8ffd21327dd65d5bf1c66d171f99 100644
|
| --- a/content/browser/bluetooth/bluetooth_metrics.h
|
| +++ b/content/browser/bluetooth/bluetooth_metrics.h
|
| @@ -89,9 +89,8 @@ void RecordRequestDeviceOutcome(UMARequestDeviceOutcome outcome);
|
| // - Number of optional services used.
|
| // - UUID of the optional services.
|
| // - Size of the union of all services.
|
| -void RecordRequestDeviceArguments(
|
| - const std::vector<content::BluetoothScanFilter>& filters,
|
| - const std::vector<device::BluetoothUUID>& optional_services);
|
| +void RecordRequestDeviceOptions(
|
| + const blink::mojom::WebBluetoothRequestDeviceOptionsPtr& options);
|
|
|
| // connectGATT() Metrics
|
| enum class UMAConnectGATTOutcome {
|
|
|