chromium/extensions/browser/api/mime_handler_private/mime_handler_private_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 <stdint.h>

#include <memory>

#include "extensions/browser/api/mime_handler_private/mime_handler_private.h"
#include "extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h"
#include "extensions/common/api/mime_handler.mojom.h"
#include "extensions/common/constants.h"
#include "extensions/common/extension.h"
#include "extensions/common/extension_id.h"
#include "net/http/http_response_headers.h"
#include "services/network/public/mojom/url_response_head.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/mojom/loader/transferrable_url_loader.mojom.h"

namespace extensions {

class MimeHandlerServiceImplTest : public testing::Test {};

TEST_F(MimeHandlerServiceImplTest, SetValidPdfPluginAttributes) {}

TEST_F(MimeHandlerServiceImplTest,
       SetPdfPluginAttributesInvalidBackgroundColor) {}

}  // namespace extensions