chromium/chrome/common/printing/ipp_l10n.h

// 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.

#ifndef CHROME_COMMON_PRINTING_IPP_L10N_H_
#define CHROME_COMMON_PRINTING_IPP_L10N_H_

#include <map>
#include <string_view>

const std::map<std::string_view, int>& CapabilityLocalizationMap();

#endif  // CHROME_COMMON_PRINTING_IPP_L10N_H_