Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(672)

Unified Diff: content/browser/bluetooth/bluetooth_metrics.h

Issue 1922923002: bluetooth: Move requestDevice to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-separate-tests-request-device
Patch Set: Remove debug log Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698