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

Unified Diff: chrome/browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc

Issue 2577183002: Add UMA for the number of devices in the chooser when a device is paired (Closed)
Patch Set: address comments Created 4 years 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: chrome/browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc
diff --git a/chrome/browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc b/chrome/browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc
index 6e2ccd18df5af6a6a0dca129240f3581a6f95ea4..4a7baa0b689e04b6ad6d46bb530b1c8f4561e160 100644
--- a/chrome/browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc
+++ b/chrome/browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc
@@ -39,7 +39,8 @@ class BluetoothChooserControllerTest : public testing::Test {
: bluetooth_chooser_controller_(
nullptr,
base::Bind(&BluetoothChooserControllerTest::OnBluetoothChooserEvent,
- base::Unretained(this))) {
+ base::Unretained(this)),
+ true /* accept_all_devices */) {
bluetooth_chooser_controller_.set_view(&mock_bluetooth_chooser_view_);
}

Powered by Google App Engine
This is Rietveld 408576698