chromium/extensions/common/api/printer_provider/usb_printer_manifest_handler.cc

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

#include "extensions/common/api/printer_provider/usb_printer_manifest_handler.h"

#include "extensions/common/api/printer_provider/usb_printer_manifest_data.h"
#include "extensions/common/extension.h"
#include "extensions/common/manifest_constants.h"

namespace extensions {

UsbPrinterManifestHandler::UsbPrinterManifestHandler() {}

UsbPrinterManifestHandler::~UsbPrinterManifestHandler() {}

bool UsbPrinterManifestHandler::Parse(Extension* extension,
                                      std::u16string* error) {}

base::span<const char* const> UsbPrinterManifestHandler::Keys() const {}

}  // namespace extensions