chromium/extensions/common/manifest_handlers/replacement_apps_unittest.cc

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

#include <memory>
#include <utility>

#include "base/strings/stringprintf.h"
#include "base/test/values_test_util.h"
#include "components/version_info/version_info.h"
#include "extensions/common/features/feature_channel.h"
#include "extensions/common/manifest_constants.h"
#include "extensions/common/manifest_handlers/replacement_apps.h"
#include "extensions/common/manifest_test.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace extensions {

namespace {

class ReplacementAppsManifestTest : public ManifestTest {};

}  // namespace

TEST_F(ReplacementAppsManifestTest, InvalidWebAppType) {}

TEST_F(ReplacementAppsManifestTest, VerifyParse) {}

}  // namespace extensions