chromium/chrome/browser/policy/test/mutation_events_policy_browsertest.cc

// Copyright 2024 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/test/scoped_feature_list.h"
#include "chrome/browser/policy/policy_test_utils.h"
#include "components/policy/policy_constants.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"
#include "content/public/test/test_utils.h"
#include "third_party/blink/public/common/features.h"

namespace policy {

enum class Policy {};

class MutationEventsEnabledPolicyBrowserTest
    : public PolicyTest,
      public ::testing::WithParamInterface<Policy> {};

IN_PROC_BROWSER_TEST_P(MutationEventsEnabledPolicyBrowserTest,
                       PolicyIsFollowed) {}

INSTANTIATE_TEST_SUITE_P();

}  // namespace policy