chromium/content/web_test/browser/fake_bluetooth_chooser_factory.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/web_test/browser/fake_bluetooth_chooser_factory.h"

#include "content/web_test/browser/fake_bluetooth_chooser.h"

namespace content {

FakeBluetoothChooserFactory::~FakeBluetoothChooserFactory() {}

void FakeBluetoothChooserFactory::CreateFakeBluetoothChooser(
    mojo::PendingReceiver<mojom::FakeBluetoothChooser> receiver,
    mojo::PendingAssociatedRemote<mojom::FakeBluetoothChooserClient> client,
    CreateFakeBluetoothChooserCallback callback) {}

std::unique_ptr<FakeBluetoothChooser>
FakeBluetoothChooserFactory::GetNextFakeBluetoothChooser() {}

FakeBluetoothChooserFactory::FakeBluetoothChooserFactory(
    mojo::PendingReceiver<mojom::FakeBluetoothChooserFactory> receiver)
    :{}

}  // namespace content