| 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_);
|
| }
|
|
|
|
|