chromium/chrome/browser/web_applications/preinstalled_web_apps/preinstalled_web_app_definition_utils.cc

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

#include "chrome/browser/web_applications/preinstalled_web_apps/preinstalled_web_app_definition_utils.h"

#include "chrome/browser/browser_process.h"
#include "third_party/icu/source/common/unicode/localematcher.h"
#include "ui/base/resource/resource_bundle.h"

namespace web_app {

namespace {

icu::Locale GetLocaleFromTranslation(const Translation& translation) {}

}  // namespace

std::map<SquareSizePx, SkBitmap> LoadBundledIcons(
    const std::initializer_list<int>& icon_resource_ids) {}

const char* GetTranslatedName(const char* utf8_default_name,
                              base::span<const Translation> translations) {}

}  // namespace web_app