chromium/chrome/browser/web_applications/external_install_options_unittest.cc

// Copyright 2021 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/external_install_options.h"

#include <string>

#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/web_applications/mojom/user_display_mode.mojom.h"
#include "chrome/browser/web_applications/web_app_install_params.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace web_app {

namespace {

ExternalInstallOptions ConvertParamsToExternalInstallOptions(
    const WebAppInstallParams& install_params) {}

}  // namespace

TEST(WebAppExternalInstallOptions,
     ConvertExternalInstallOptionsToParams_DefaultConstructor) {}

TEST(WebAppExternalInstallOptions,
     ConvertExternalInstallOptionsToParams_NotDefaultConstructor) {}

}  // namespace web_app