chromium/extensions/common/manifest_handlers/mime_types_handler_unittest.cc

// Copyright 2022 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/manifest_handlers/mime_types_handler.h"

#include <string>

#include "base/memory/scoped_refptr.h"
#include "base/test/values_test_util.h"
#include "extensions/common/constants.h"
#include "extensions/common/extension.h"
#include "extensions/common/manifest_test.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace extensions {

namespace {

ElementsAre;

MimeTypesHandlerNotAllowedTest;

class MimeTypesHandlerTest : public ManifestTest {};

}  // namespace

TEST_F(MimeTypesHandlerNotAllowedTest, Load) {}

TEST_F(MimeTypesHandlerTest, Load) {}

}  // namespace extensions