chromium/chrome/browser/extensions/api/pdf_viewer_private/pdf_viewer_private_apitest.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 "base/values.h"
#include "chrome/browser/extensions/extension_apitest.h"
#include "chrome/browser/policy/policy_test_utils.h"
#include "components/policy/core/browser/browser_policy_connector.h"
#include "components/policy/core/common/mock_configuration_policy_provider.h"
#include "components/policy/core/common/policy_map.h"
#include "components/policy/policy_constants.h"
#include "content/public/test/browser_test.h"

namespace extensions {

namespace {

base::Value::List GenerateSampleAllowlist() {}

}  // namespace

class PdfViewerPrivateApiTest : public ExtensionApiTest {};

IN_PROC_BROWSER_TEST_F(PdfViewerPrivateApiTest, All) {}

}  // namespace extensions