chromium/chrome/browser/first_party_sets/first_party_sets_policy_service_factory_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 "chrome/browser/first_party_sets/first_party_sets_policy_service_factory.h"

#include "base/json/json_reader.h"
#include "chrome/browser/first_party_sets/first_party_sets_policy_service.h"
#include "chrome/browser/first_party_sets/first_party_sets_pref_names.h"
#include "chrome/test/base/testing_browser_process.h"
#include "chrome/test/base/testing_profile.h"
#include "chrome/test/base/testing_profile_manager.h"
#include "components/prefs/pref_service.h"
#include "components/privacy_sandbox/privacy_sandbox_prefs.h"
#include "content/public/common/content_features.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace first_party_sets {

class FirstPartySetsPolicyServiceFactoryTest : public testing::Test {};

TEST_F(FirstPartySetsPolicyServiceFactoryTest,
       ServiceCreatedRegardlessIfPolicyEnabled) {}

TEST_F(FirstPartySetsPolicyServiceFactoryTest,
       OffTheRecordProfile_DistinctAndDisabled) {}

}  // namespace first_party_sets