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

// Copyright 2023 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/back_forward_cache_util.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"

class Browser;

namespace policy {

enum class Policy {};

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

INSTANTIATE_TEST_SUITE_P();

// Enabled unload deprecation and the tests that unload events continue to fire
// if the enterprise policy requests that.
IN_PROC_BROWSER_TEST_P(
    ForcePermissionPolicyUnloadDefaultEnabledPolicyBrowserTest,
    PolicyIsFollowed) {}

}  // namespace policy