chromium/components/permissions/bluetooth_scanning_prompt_desktop.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 "components/permissions/bluetooth_scanning_prompt_desktop.h"

#include "components/permissions/bluetooth_scanning_prompt_controller.h"

namespace permissions {

BluetoothScanningPromptDesktop::BluetoothScanningPromptDesktop(
    content::RenderFrameHost* frame,
    const content::BluetoothScanningPrompt::EventHandler& event_handler,
    std::u16string title,
    base::OnceCallback<
        base::OnceClosure(std::unique_ptr<permissions::ChooserController>)>
        show_dialog_callback) {}

BluetoothScanningPromptDesktop::~BluetoothScanningPromptDesktop() {}

void BluetoothScanningPromptDesktop::AddOrUpdateDevice(
    const std::string& device_id,
    bool should_update_name,
    const std::u16string& device_name) {}

}  // namespace permissions