| Index: content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc b/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
|
| index 9367ee9b8bef4152e7026dfe6d48b5554bee07ee..5ebb37479440d52f17fa41cef189994c2d58d584 100644
|
| --- a/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_bluetooth_chooser_factory.cc
|
| @@ -107,7 +107,8 @@ LayoutTestBluetoothChooserFactory::~LayoutTestBluetoothChooserFactory() {
|
| std::unique_ptr<BluetoothChooser>
|
| LayoutTestBluetoothChooserFactory::RunBluetoothChooser(
|
| RenderFrameHost* frame,
|
| - const BluetoothChooser::EventHandler& event_handler) {
|
| + const BluetoothChooser::EventHandler& event_handler,
|
| + bool accept_all_devices) {
|
| const url::Origin origin = frame->GetLastCommittedOrigin();
|
| DCHECK(!origin.unique());
|
| std::string event = "chooser-opened(";
|
|
|