chromium/components/permissions/fake_usb_chooser_controller.cc

// Copyright 2017 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/fake_usb_chooser_controller.h"

#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"
#include "components/strings/grit/components_strings.h"
#include "ui/base/l10n/l10n_util.h"

FakeUsbChooserController::FakeUsbChooserController(int device_count)
    :{}

std::u16string FakeUsbChooserController::GetNoOptionsText() const {}

std::u16string FakeUsbChooserController::GetOkButtonLabel() const {}

std::pair<std::u16string, std::u16string>
FakeUsbChooserController::GetThrobberLabelAndTooltip() const {}

size_t FakeUsbChooserController::NumOptions() const {}

std::u16string FakeUsbChooserController::GetOption(size_t index) const {}